update
This commit is contained in:
@@ -36,7 +36,7 @@ if DEV:
|
|||||||
CSRF_TRUSTED_ORIGINS = ["http://localhost:3000"]
|
CSRF_TRUSTED_ORIGINS = ["http://localhost:3000"]
|
||||||
else:
|
else:
|
||||||
ALLOWED_HOSTS = ["web.xuyue.cc", "10.13.114.114"]
|
ALLOWED_HOSTS = ["web.xuyue.cc", "10.13.114.114"]
|
||||||
CSRF_TRUSTED_ORIGINS = ["https://web.xuyue.cc", "http://10.13.114.114"]
|
CSRF_TRUSTED_ORIGINS = ["https://web.xuyue.cc", "http://10.13.114.114:91"]
|
||||||
|
|
||||||
# Application definition
|
# Application definition
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user