Settings ======== Values that might change depending on your environment are managed with the help of `config `_. The default values are kept in ``config/default.js``: .. literalinclude:: ../config/default.js Values used in production mode are kept in ``config/production.js``: .. literalinclude:: ../config/production.js To enable production mode, run :: $ export NODE_ENV=production Some values will be override by environment variables as defined in ``config/custom-environment-variables.js``: .. literalinclude:: ../config/custom-environment-variables.js The override is design to be used by `Kubernetes Secrets `_. Some features require send email. Details of the SMTP server need to be provide. For developing, you can use `Ethereal Email `_.