This commit is contained in:
1
.env
1
.env
@@ -1,4 +1,3 @@
|
|||||||
PUBLIC_JUDGE0API_URL=https://judge0api.xuyue.cc
|
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_MAXKB_URL=https://maxkb.xuyue.cc/chat/api/embed?protocol=https&host=maxkb.xuyue.cc&token=2e801f7d6efdcc99
|
||||||
PUBLIC_CODEAPI_URL=http://localhost:8080
|
PUBLIC_CODEAPI_URL=http://localhost:8080
|
||||||
PUBLIC_PYVIZ_URL=https://pyviz.xuyue.cc
|
|
||||||
@@ -1,4 +1,3 @@
|
|||||||
PUBLIC_JUDGE0API_URL=https://judge0api.xuyue.cc
|
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_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_CODEAPI_URL=https://code.xuyue.cc/api
|
||||||
PUBLIC_PYVIZ_URL=https://pyviz.xuyue.cc
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
PUBLIC_JUDGE0API_URL=http://10.13.114.114:8082
|
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_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_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
|
PUBLIC_ICONIFY_URL=http://10.13.114.114:8098
|
||||||
1
src/rsbuild-env.d.ts
vendored
1
src/rsbuild-env.d.ts
vendored
@@ -2,7 +2,6 @@ interface ImportMetaEnv {
|
|||||||
readonly PUBLIC_JUDGE0API_URL: string
|
readonly PUBLIC_JUDGE0API_URL: string
|
||||||
readonly PUBLIC_MAXKB_URL: string
|
readonly PUBLIC_MAXKB_URL: string
|
||||||
readonly PUBLIC_CODEAPI_URL: string
|
readonly PUBLIC_CODEAPI_URL: string
|
||||||
readonly PUBLIC_PYVIZ_URL: string
|
|
||||||
readonly PUBLIC_ICONIFY_URL: string
|
readonly PUBLIC_ICONIFY_URL: string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user