From 3be60ae50d8592a925b7c568d860241529c45259 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Sun, 5 Oct 2025 10:12:30 +0800 Subject: [PATCH] change url --- .env | 2 +- .env.production | 2 +- .env.staging | 2 +- .env.test | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env b/.env index 8dea88a..a3a42f6 100644 --- a/.env +++ b/.env @@ -3,4 +3,4 @@ PUBLIC_MAXKB_URL=https://maxkb.xuyue.cc/chat/api/embed?protocol=https&host=maxkb PUBLIC_OJ_URL=http://localhost:8000 PUBLIC_CODE_URL=http://localhost:3000 PUBLIC_JUDGE0_URL=https://judge0api.xuyue.cc -PUBLIC_SIGNALING_URL=wss://ojsignaling.xuyue.cc \ No newline at end of file +PUBLIC_SIGNALING_URL=wss://signaling.xuyue.cc \ No newline at end of file diff --git a/.env.production b/.env.production index 0a89ca7..6e5154d 100644 --- a/.env.production +++ b/.env.production @@ -3,4 +3,4 @@ PUBLIC_MAXKB_URL=https://maxkb.xuyue.cc/chat/api/embed?protocol=https&host=maxkb PUBLIC_OJ_URL=https://oj.xuyue.cc PUBLIC_CODE_URL=https://code.xuyue.cc PUBLIC_JUDGE0_URL=https://judge0api.xuyue.cc -PUBLIC_SIGNALING_URL=wss://ojsignaling.xuyue.cc \ No newline at end of file +PUBLIC_SIGNALING_URL=wss://signaling.xuyue.cc \ No newline at end of file diff --git a/.env.staging b/.env.staging index c2b8e21..580f9c8 100644 --- a/.env.staging +++ b/.env.staging @@ -4,4 +4,4 @@ PUBLIC_OJ_URL=http://10.13.114.114:81 PUBLIC_CODE_URL=http://10.13.114.114:82 PUBLIC_JUDGE0_URL=http://10.13.114.114:8082 PUBLIC_ICONIFY_URL=http://10.13.114.114:8098 -PUBLIC_SIGNALING_URL=wss://ojsignaling.xuyue.cc \ No newline at end of file +PUBLIC_SIGNALING_URL=wss://signaling.xuyue.cc \ No newline at end of file diff --git a/.env.test b/.env.test index f38cc60..df21f23 100644 --- a/.env.test +++ b/.env.test @@ -4,4 +4,4 @@ PUBLIC_OJ_URL=http://10.13.114.114:81 PUBLIC_CODE_URL=http://10.13.114.114:82 PUBLIC_JUDGE0_URL=http://10.13.114.114:8082 PUBLIC_ICONIFY_URL=http://10.13.114.114:8098 -PUBLIC_SIGNALING_URL=wss://ojsignaling.xuyue.cc \ No newline at end of file +PUBLIC_SIGNALING_URL=wss://signaling.xuyue.cc \ No newline at end of file