|
# backend service base url, test environment
|
|
VITE_SERVICE_BASE_URL=http://localhost:8080/api
|
|
#VITE_SERVICE_BASE_URL=http://154.219.110.17:8080/api
|
|
|
|
# # other backend service base url, test environment
|
|
# VITE_OTHER_SERVICE_BASE_URL= `{
|
|
# "demo": "http://localhost:9528"
|
|
# }`
|