Skip to content

Commit

Permalink
Merge pull request #30 from EventAccess/ENV_fix
Browse files Browse the repository at this point in the history
Move .env example from Registrering
  • Loading branch information
oddstr13 authored Nov 26, 2024
2 parents e0f51bc + 7ed3138 commit 5d95327
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions example.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
DJANGO_DEBUG=False
# You must configure the DJANGO_SECRET_KEY with
# a long, unique string of random characters.
#DJANGO_SECRET_KEY=""
DJANGO_HOSTS=example.org,www.example.org
DJANGO_DATABASE_ENGINE=django.db.backends.postgresql
DJANGO_DATABASE_HOST=database
#DJANGO_DATABASE_PORT=5432

POSTGRES_DB=EventAccess
POSTGRES_USER=EventAccess
POSTGRES_PASSWORD="Supersecret password CHANGEME!"

0 comments on commit 5d95327

Please sign in to comment.