From aeda367fb80b9b888247dd20e473d22b50afbb22 Mon Sep 17 00:00:00 2001 From: VladislavOstapov Date: Fri, 28 Apr 2023 11:02:28 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BE=D1=81=D0=BD=D0=BE=D0=B2=D0=BD=D0=BE=D0=B3?= =?UTF-8?q?=D0=BE=20=D0=B4=D0=BE=D0=BC=D0=B5=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- arka/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arka/settings.py b/arka/settings.py index 34ed295..05d5c33 100755 --- a/arka/settings.py +++ b/arka/settings.py @@ -31,8 +31,8 @@ SECRET_KEY = os.getenv('DJANGO_SECRET_KEY') # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ["arka-dev.topserv4824.duckdns.org", "arka.topserv4824.duckdns.org", "192.168.0.160", "localhost"] -CSRF_TRUSTED_ORIGINS = ['https://arka-dev.topserv4824.duckdns.org', 'https://arka.topserv4824.duckdns.org'] +ALLOWED_HOSTS = ["arka-dev.topserv4824.duckdns.org", "arkaremont.com", "192.168.0.160", "localhost"] +CSRF_TRUSTED_ORIGINS = ['https://arka-dev.topserv4824.duckdns.org', 'https://arkaremont.com'] # Application definition