mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-24 04:40:17 +08:00
8 lines
232 B
Plaintext
8 lines
232 B
Plaintext
# backend service base url, prod environment
|
|
VITE_SERVICE_BASE_URL=https://mock.apifox.cn/m1/3109515-0-default
|
|
|
|
# other backend service base url, prod environment
|
|
VITE_OTHER_SERVICE_BASE_URL= `{
|
|
"demo": "http://localhost:9529"
|
|
}`
|