Closed jhnoor closed 1 year ago
In order to create an .env-default file with default values for secrets and a docs folder with an env.MD file that explains the .env file, we need to perform the following steps:
Edit the file /README.md | To add a link to the env.MD file in the docs folder, helping new developers find the documentation easily.
EDIT: Plan approved! ✅
The .env file is gitignored, but developers that will be onboarded to this project need to know how to use the scripts/dotnet-user-secrets.sh file, and that requires a .env file. Creating a non-ignored
.env-default
file with correct values will help users along.Also create a docs folder with a env.MD file that explains the .env file. Make sure to link to that docs page from the README.md.