new Schema()
Config Schema Class to manage each schema config for validation
Members
(static) date :Date
Current date value for default expires value
Type:
- Date
(static) secretKey :String
Default secret key for express value
Type:
- String
Methods
getExpress() → {Object}
Return current express js schema defintion
Returns:
default schema for express configuration
- Type
- Object
getMongoose() → {Object}
Return current mongoose schema defintion
Returns:
default schema for mongoose configuration
- Type
- Object
getPassportJs() → {Object}
Return current passport js schema defintion
Returns:
default schema for passport configuration
- Type
- Object
getRender() → {Object}
Return current Render schema defintion
Returns:
default schema for passport configuration
- Type
- Object
getRouter() → {Object}
Return current router schema defintion
Returns:
default schema for passport configuration
- Type
- Object