I've rewritten our config, now we get config values via node-config
Steps to migrate:
go to config directory, copy local.sample.json, paste it with name local.json
copy all keys from src/config.ts to local.json
remove your src/config.ts
Now we have ability to configure app in production via environment variables (all mappings between json and env variables are placed inside the config/custom-environment-variables.json)
I've rewritten our config, now we get config values via node-config
Steps to migrate:
config
directory, copylocal.sample.json
, paste it with namelocal.json
src/config.ts
tolocal.json
Now we have ability to configure app in production via environment variables (all mappings between json and env variables are placed inside the
config/custom-environment-variables.json
)