Compare commits
4 Commits
8cfe5c6f9b
...
f6293b7a0c
| Author | SHA1 | Date | |
|---|---|---|---|
| f6293b7a0c | |||
| e0675c8684 | |||
| 4b18769137 | |||
| 90b7bb0dee |
@@ -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