Skip to content

Commit 5d95327

Browse files
authored
Merge pull request #30 from EventAccess/ENV_fix
Move .env example from Registrering
2 parents e0f51bc + 7ed3138 commit 5d95327

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

example.env

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
DJANGO_DEBUG=False
2+
# You must configure the DJANGO_SECRET_KEY with
3+
# a long, unique string of random characters.
4+
#DJANGO_SECRET_KEY=""
5+
DJANGO_HOSTS=example.org,www.example.org
6+
DJANGO_DATABASE_ENGINE=django.db.backends.postgresql
7+
DJANGO_DATABASE_HOST=database
8+
#DJANGO_DATABASE_PORT=5432
9+
10+
POSTGRES_DB=EventAccess
11+
POSTGRES_USER=EventAccess
12+
POSTGRES_PASSWORD="Supersecret password CHANGEME!"

0 commit comments

Comments
 (0)