12factor-config
12factor-config copied to clipboard
Config which only reads the environment ... as described in http://12factor.net/config
Results
1
12factor-config issues
Sort by
recently updated
recently updated
newest added
I want to add config like. But when I do `yarn start`, there is error accessing `logging.logfile`. ``` logging: { env: 'LOGGING', type: 'string', default: '{ "logfile": "log/server.log", "level": "info"...