update settings

This commit is contained in:
Parsa Nazer
2024-12-25 23:04:56 +03:30
parent a22c9d6bca
commit 28cda9772e
2 changed files with 7 additions and 8 deletions
-1
View File
@@ -41,7 +41,6 @@ if not DEBUG:
]
CORS_ALLOWED_ORIGINS = [f"https://{API_DOMAIN}", f"http://{API_DOMAIN}",
f"http://{DOMAIN}", f"https://{DOMAIN}", ]
# database postgres
DATABASES = {
'default': {