Update .env.template
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
#NGINX
|
||||
NGINX_HOSTNAME=localhost
|
||||
|
||||
# Django
|
||||
DJANGO_SETTINGS_MODULE=website.settings
|
||||
DJANGO_SECRET_KEY=CWHZCAZBNV57tDkwGHJwTUu3PCSnGG45
|
||||
DEBUG=TRUE
|
||||
ALLOWED_HOSTS=localhost
|
||||
#ALLOWED_HOSTS=localhost
|
||||
|
||||
# Database (PostgreSQL)
|
||||
POSTGRES_USER=test_user
|
||||
|
||||
Reference in New Issue
Block a user