There are two improvements that can further make the config management robust - [ ] Use one config file only (remove dev vs prod config, just one file instead) - [ ] A mechanism that ensures no config is missing from sample config (can use [dotenv-safe](https://github.com/rolodato/dotenv-safe) for this)
There are two improvements that can further make the config management robust