Update production.py
This commit is contained in:
@@ -2,7 +2,7 @@ from .base 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 = [
|
||||
f"https://{DOMAIN}",
|
||||
f"http://{DOMAIN}",
|
||||
|
||||
Reference in New Issue
Block a user