9 lines
268 B
Plaintext
9 lines
268 B
Plaintext
|
# backend service base url, test environment
|
||
|
VITE_SERVICE_BASE_URL=http://192.168.10.137:8080/
|
||
|
# VITE_SERVICE_BASE_URL=https://tsw.hschool.com.cn/
|
||
|
|
||
|
# other backend service base url, test environment
|
||
|
VITE_OTHER_SERVICE_BASE_URL= `{
|
||
|
"demo": "http://localhost:9528"
|
||
|
}`
|