The name of the application.
Used in emails and other backend generated content.
Indicates whether the application is in debug mode.
The hostname of the local federated instance.
The alias used to refer to the local instance (usually
set to this
).
The secret used for signing JSON Web Tokens.
The logging level to be used by the application.
The MongoDB database name.
The MongoDB hostname.
The MongoDB database password.
The MongoDB port number.
The MongoDB database username.
The port number to run the server on.
The external hostname of the local instance.
The external protocol of the local instance (either http
or https
).
A convinience method that combines the config.siteProtocol
and config.siteHost
.
The SMTP host used for sending emails.
The SMTP password used for sending emails.
The SMTP port used for sending emails.
The SMTP username used for sending emails.
Generated using TypeDoc
Class providing access to configuration parameters through environment variables.