remove url
Some checks failed
Deploy / build-and-deploy (push) Has been cancelled

This commit is contained in:
2025-10-22 18:46:04 +08:00
parent 9b1abd7a25
commit 475a09298d
4 changed files with 2 additions and 6 deletions

3
.env
View File

@@ -1,4 +1,3 @@
PUBLIC_JUDGE0API_URL=https://judge0api.xuyue.cc
PUBLIC_MAXKB_URL=https://maxkb.xuyue.cc/chat/api/embed?protocol=https&host=maxkb.xuyue.cc&token=2e801f7d6efdcc99
PUBLIC_CODEAPI_URL=http://localhost:8080
PUBLIC_PYVIZ_URL=https://pyviz.xuyue.cc
PUBLIC_CODEAPI_URL=http://localhost:8080

View File

@@ -1,4 +1,3 @@
PUBLIC_JUDGE0API_URL=https://judge0api.xuyue.cc
PUBLIC_MAXKB_URL=https://maxkb.xuyue.cc/chat/api/embed?protocol=https&host=maxkb.xuyue.cc&token=2e801f7d6efdcc99
PUBLIC_CODEAPI_URL=https://code.xuyue.cc/api
PUBLIC_PYVIZ_URL=https://pyviz.xuyue.cc
PUBLIC_CODEAPI_URL=https://code.xuyue.cc/api

View File

@@ -1,5 +1,4 @@
PUBLIC_JUDGE0API_URL=http://10.13.114.114:8082
PUBLIC_MAXKB_URL=http://10.13.114.114:92/chat/api/embed?protocol=http&host=10.13.114.114:92&token=dd37457027c40b39
PUBLIC_CODEAPI_URL=http://10.13.114.114:82/api
PUBLIC_PYVIZ_URL=http://10.13.114.114:9000
PUBLIC_ICONIFY_URL=http://10.13.114.114:8098

View File

@@ -2,7 +2,6 @@ interface ImportMetaEnv {
readonly PUBLIC_JUDGE0API_URL: string
readonly PUBLIC_MAXKB_URL: string
readonly PUBLIC_CODEAPI_URL: string
readonly PUBLIC_PYVIZ_URL: string
readonly PUBLIC_ICONIFY_URL: string
}