This commit is contained in:
Angoosh Leviocki 2024-10-24 16:59:45 +02:00
commit 26c11dcbbe
Signed by: angoosh
GPG Key ID: 2DAE446D291BD8D3

View File

@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-#q!-odx05#6o&1dek)4shtqdw!)s5oonenb(tcmuwclu^dy4!#
# SECURITY WARNING: don't run with debug turned on in production! # SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False DEBUG = False
ALLOWED_HOSTS = ['127.0.0.1', 'https://alkator.cz', 'https://beta.alkator.cz', 'localhost'] ALLOWED_HOSTS = ['0.0.0.0', '127.0.0.1', 'https://alkator.cz', 'https://beta.alkator.cz', 'localhost']
CSRF_TRUSTED_ORIGINS = ['https://alkator.cz', 'https://beta.alkator.cz'] CSRF_TRUSTED_ORIGINS = ['https://alkator.cz', 'https://beta.alkator.cz']