Skip to content

Commit f2d05aa

Browse files
committed
feat: added sample env file
1 parent 66df910 commit f2d05aa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.env.example

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
DJANGO_SECRET_KEY=
2+
DJANGO_DEBUG=
3+
DJANGO_ALLOWED_HOSTS=
4+
5+
DJANGO_SUPERUSER_USERNAME=
6+
DJANGO_SUPERUSER_EMAIL=
7+
DJANGO_SUPERUSER_PASSWORD=
8+
9+
DATABASE_URL=

0 commit comments

Comments
 (0)