Merge pull request 'Update .env.template' (#18) from woutervermeer-patch-1 into main
Reviewed-on: #18
This commit was merged in pull request #18.
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
|
#NGINX
|
||||||
|
NGINX_HOSTNAME=localhost
|
||||||
|
|
||||||
# Django
|
# Django
|
||||||
DJANGO_SETTINGS_MODULE=website.settings
|
DJANGO_SETTINGS_MODULE=website.settings
|
||||||
DJANGO_SECRET_KEY=CWHZCAZBNV57tDkwGHJwTUu3PCSnGG45
|
DJANGO_SECRET_KEY=CWHZCAZBNV57tDkwGHJwTUu3PCSnGG45
|
||||||
DEBUG=TRUE
|
DEBUG=TRUE
|
||||||
ALLOWED_HOSTS=localhost
|
#ALLOWED_HOSTS=localhost
|
||||||
|
|
||||||
# Database (PostgreSQL)
|
# Database (PostgreSQL)
|
||||||
POSTGRES_USER=test_user
|
POSTGRES_USER=test_user
|
||||||
|
|||||||
Reference in New Issue
Block a user