2024-05-15 09:27:07 +08:00
|
|
|
VITE_BASE_URL=/
|
|
|
|
|
2024-03-21 10:57:53 +08:00
|
|
|
# backend service base url, test environment
|
2024-05-31 11:28:30 +08:00
|
|
|
VITE_SERVICE_BASE_URL=http://localhost:8080/snail-job
|
2024-03-21 10:57:53 +08:00
|
|
|
|
|
|
|
# other backend service base url, test environment
|
|
|
|
VITE_OTHER_SERVICE_BASE_URL= `{
|
|
|
|
"demo": "http://localhost:9528"
|
|
|
|
}`
|