Add convenience .env-example to get started faster and help onboardees feel confident that they are adding the right env variables

This commit is contained in:
brandonlenz 2023-05-05 11:07:28 -04:00
parent 333b3c710a
commit 17f60813dc
No known key found for this signature in database
GPG key ID: FC8818009789E370
2 changed files with 10 additions and 1 deletions

2
src/.env-example Normal file
View file

@ -0,0 +1,2 @@
DJANGO_SECRET_KEY=""
DJANGO_SECRET_LOGIN_KEY=""