8 lines
233 B
Bash
8 lines
233 B
Bash
# backend service base url, test environment (dev proxy target)
|
|
VITE_SERVICE_BASE_URL=http://localhost:8083/api
|
|
|
|
# other backend service base url, test environment
|
|
VITE_OTHER_SERVICE_BASE_URL= `{
|
|
"demo": "http://localhost:9528"
|
|
}`
|