...
- <environment-name> - Environment type for which to use the configuration. Multiple environment configurations can be defined, Example: "local", "production"
- root – Root path of the node-main server
- host – Host name of the node-main server. For example on local: “localhost”
- uploadDir – Directory where uploaded files are stored. Example: “d:/temp/uploads/”
- secret – secret key that will be used to secure the express session.
- port – Port that will be used by the node-main server.
- [sessionTimeout] – session time to live, in seconds. Optional.
- mongodb – Contains MongoDB configuration properties
- host – host URI of the mongoDB server
- dbname – database name
- [headers] – additional headers to be used on node-main server responses. Optional.
- [logfile] – express log file path. Optional.
- jsdo - JSDO configuration
- serviceURI – JSDO service URI
- username – JSDO username
- password – JSDO password
...