add ip of local hast

This commit is contained in:
Parsa Nazer
2025-04-01 16:59:37 +03:30
parent 753ea4b8aa
commit af22384cde
+1 -1
View File
@@ -2,7 +2,7 @@ from .base import *
from .unfold_conf import *
ALLOWED_HOSTS = ['127.0.0.1', 'localhost', DOMAIN, API_DOMAIN]
ALLOWED_HOSTS = ['127.0.0.1', 'localhost', DOMAIN, API_DOMAIN, '0.0.0.0',]
CSRF_TRUSTED_ORIGINS = [
f"https://{DOMAIN}",
f"http://{DOMAIN}",