This commit is contained in:
2025-06-14 18:57:34 +08:00
parent 9b08861233
commit d851ad0632

View File

@@ -20,6 +20,10 @@ DEBUG = False
ALLOWED_HOSTS = ["*"] ALLOWED_HOSTS = ["*"]
CSRF_TRUSTED_ORIGINS = ["https://oj.xuyue.cc", "http://10.13.114.114:81"] CSRF_TRUSTED_ORIGINS = [
"https://oj.xuyue.cc",
"http://10.13.114.114:81",
"http://150.158.29.156:8881",
]
DATA_DIR = "/data" DATA_DIR = "/data"