saas-express-starter-kit icon indicating copy to clipboard operation
saas-express-starter-kit copied to clipboard

Change in config management

Open makeitcount opened this issue 3 years ago • 0 comments

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)

makeitcount avatar Jul 29 '22 14:07 makeitcount