Configuration - kkemple/awesome-enterprise-web-service GitHub Wiki

App configuration lives in src/config.js. In src/index.js the NODE_ENV is used to pull the config for the proper environment. However, you will notice that except for the local environment, most config properties reference environment variables. This is to protect your sensitive information.

The configuration for this app was left simple because most companies will have their own way of handling configuration, you just need to make sure you adjust src/index.js accordingly.