Closed GiessC closed 4 months ago
Each layer of our app (API, infra, web) should use appsettings.json or .env in the following way:
appsettings.json
.env
appsettings.development.json
.env.development
.env*.local
appsettings*.local.json
.gitignore
.env.local
appsettings.local.json
Each layer of our app (API, infra, web) should use
appsettings.json
or.env
in the following way:appsettings.development.json
,.env.development
, etc..env*.local
andappsettings*.local.json
should be added to.gitignore
.env.local
andappsettings.local.json
is where secrets should be stored