1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

Revert to NOTE_URL

This commit is contained in:
Alexandre Iooss
2020-08-09 18:39:06 +02:00
parent efe833cec3
commit 8c1cf754ed
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ SECRET_KEY = os.getenv('DJANGO_SECRET_KEY', 'CHANGE_ME_IN_ENV_SETTINGS')
DEBUG = os.getenv('DJANGO_DEBUG', False)
ALLOWED_HOSTS = [
os.getenv('DJANGO_ALLOWED_HOST', 'localhost'),
os.getenv('NOTE_URL', 'localhost'),
]