From 361cd71c37672676d0419b849858ca668b647e4f Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Thu, 8 May 2025 20:12:34 +0800 Subject: [PATCH] fix --- .env | 1 + .env.production | 1 + .env.staging | 1 + index.html | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.env b/.env index c9e33cf..6806ae7 100644 --- a/.env +++ b/.env @@ -1,5 +1,6 @@ PUBLIC_JUDGE0API_URL=https://judge0api.xuyue.cc PUBLIC_MAXKB_URL=https://maxkb.xuyue.cc +PUBLIC_MAXKB_HOST=maxkb.xuyue.cc PUBLIC_MAXKB_TOKEN=1b7cd529423b3f36 PUBLIC_CODEAPI_URL=https://codeapi.xuyue.cc PUBLIC_PYVIZ_URL=https://pyviz.xuyue.cc diff --git a/.env.production b/.env.production index c9e33cf..6806ae7 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,6 @@ PUBLIC_JUDGE0API_URL=https://judge0api.xuyue.cc PUBLIC_MAXKB_URL=https://maxkb.xuyue.cc +PUBLIC_MAXKB_HOST=maxkb.xuyue.cc PUBLIC_MAXKB_TOKEN=1b7cd529423b3f36 PUBLIC_CODEAPI_URL=https://codeapi.xuyue.cc PUBLIC_PYVIZ_URL=https://pyviz.xuyue.cc diff --git a/.env.staging b/.env.staging index 6a4a8d9..0e449ae 100644 --- a/.env.staging +++ b/.env.staging @@ -1,5 +1,6 @@ PUBLIC_JUDGE0API_URL=http://10.13.114.214:8082 PUBLIC_MAXKB_URL=http://10.13.114.214:8089 +PUBLIC_MAXKB_HOST=10.13.114.214:8089 PUBLIC_MAXKB_TOKEN=1b7cd529423b3f36 PUBLIC_CODEAPI_URL=http://10.13.114.214:8092 PUBLIC_PYVIZ_URL=http://10.13.114.214:9000 diff --git a/index.html b/index.html index 512e423..241fe19 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@