add allowed hosts

This commit is contained in:
Parsa Nazer
2026-05-14 16:41:14 +03:30
parent 571a98714b
commit 21769ee074
+1 -1
View File
@@ -21,7 +21,7 @@ STATIC_ROOT = 'app/static'
USE_X_FORWARDED_HOST = True
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
ALLOWED_HOSTS = ['127.0.0.1', 'localhost', DOMAIN, API_DOMAIN, '0.0.0.0', "185.110.189.208", 'www.google.com', 'google.com']
DATABASES = {
'default': {