# Configs
Configs should be defined in /config/config.js and
the values should be saved in /config/.env file.
# Environment overriding
The config values can be override in /config/${SRV_ENV}/.env file.
For local development, you will override in /config/local/.env file,
which is git ignored.
# Secrets
The secrets should be placed in /config/secret/.env file.
All secrets are git ignored, please create your own base on /config/config.js