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