8 lines
218 B
Bash
8 lines
218 B
Bash
# backend service base url, prod environment (same-origin nginx /api)
|
|
VITE_SERVICE_BASE_URL=/api
|
|
|
|
# other backend service base url, prod environment
|
|
VITE_OTHER_SERVICE_BASE_URL= `{
|
|
"demo": "http://localhost:9529"
|
|
}`
|