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