Skip to content

Commit

Permalink
Merge pull request #78 from AAISS/AlirezaYousefpourM-patch-1
Browse files Browse the repository at this point in the history
POGGERS
  • Loading branch information
AlirezaYousefpourM authored Jan 13, 2025
2 parents 101aebe + 9944faa commit 8998a73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/aaiss_backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = env.bool("DEBUG", False)

ALLOWED_HOSTS = ['aaiss.ir', '127.0.0.1', 'localhost', "185.252.86.114"]
CSRF_TRUSTED_ORIGINS = ['https://aaiss.ir', 'https://localhost', 'https://127.0.0.1', "http://185.252.86.114"]
ALLOWED_HOSTS = ['autaaiss.com', '127.0.0.1', 'localhost', "185.252.86.114"]
CSRF_TRUSTED_ORIGINS = ['https://autaaiss.com', 'https://localhost', 'https://127.0.0.1', "http://185.252.86.114"]

# Application definition

Expand Down Expand Up @@ -193,4 +193,4 @@
#ZIFY
ZIFY_AUTH = env.str("ZIFY_AUTH", "")

SKYROOM_BASE_URL = env.str("SKYROOM_URL", "https://www.skyroom.online/ch/aut_ceit_ssc")
SKYROOM_BASE_URL = env.str("SKYROOM_URL", "https://www.skyroom.online/ch/aut_ceit_ssc")

0 comments on commit 8998a73

Please sign in to comment.