This commit is contained in:
2025-06-14 18:56:16 +08:00
parent 02ee531506
commit 9b08861233

View File

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