We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0f51bc + 7ed3138 commit 5d95327Copy full SHA for 5d95327
example.env
@@ -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