Update production.py

This commit is contained in:
Parsa Nazer
2025-05-21 18:33:27 +03:30
committed by GitHub
parent c80c581a10
commit 707c78a1b1
+1 -1
View File
@@ -2,7 +2,7 @@ from .base import *
from .unfold_conf import * from .unfold_conf import *
ALLOWED_HOSTS = ['127.0.0.1', 'localhost', DOMAIN, API_DOMAIN, '0.0.0.0',] ALLOWED_HOSTS = ['127.0.0.1', 'localhost', DOMAIN, API_DOMAIN, '0.0.0.0', "185.110.189.208"]
CSRF_TRUSTED_ORIGINS = [ CSRF_TRUSTED_ORIGINS = [
f"https://{DOMAIN}", f"https://{DOMAIN}",
f"http://{DOMAIN}", f"http://{DOMAIN}",