https://12factor.net/config
- centralize loading of env variables through a config class; currently values are read throughout the code
- remove any defaults for env variables that would likely fail in another env, e.g. local/docker/kubernetes/prod
- improve
.env.local, to make sure it works for local deployment by default
- add
.env.docker
- improve documentation of env variables
https://12factor.net/config
.env.local, to make sure it works for local deployment by default.env.docker