saas-express-starter-kit
saas-express-starter-kit copied to clipboard
Change in config management
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 for this)