From 142d08a162b6885079fff45791dafd3aaa4213f3 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Sun, 15 Jun 2025 10:56:30 +0800 Subject: [PATCH] fix --- oj/production_settings.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/oj/production_settings.py b/oj/production_settings.py index c56dc0c..d497796 100644 --- a/oj/production_settings.py +++ b/oj/production_settings.py @@ -25,15 +25,13 @@ ALLOWED_HOSTS = [ "ojtest.xuyue.cc", "10.13.114.114", "150.158.29.156", - "oj-judge-test", - "oj-judge", + "172.17.0.1", ] CSRF_TRUSTED_ORIGINS = [ "http://localhost:5173", "http://localhost:9005", # health check - "http://oj-judge-test:8080", - "http://oj-judge:8080", # judge server + "http://172.17.0.1:8080", "http://127.0.0.1:5173", "https://oj.xuyue.cc", "https://ojtest.xuyue.cc",