Files
xian_vue_new/.env.production
T

16 lines
304 B
Bash
Raw Normal View History

2026-04-07 21:02:10 +08:00
NEW_FILE_CODE
2026-04-21 15:49:56 +08:00
# 后端地址
2026-04-07 21:02:10 +08:00
VITE_BACKEND_BASE_URL=http://localhost:8080
2026-04-07 21:22:31 +08:00
2026-04-21 15:49:56 +08:00
# 启动端口
START_PORT=80
# geoserver地址
2026-05-12 17:45:43 +08:00
VITE_GEOSERVER_BASE_URL=http://10.22.245.246/geoserver/xian
# WebSocket地址
2026-05-18 21:08:43 +08:00
VITE_WEBSOCKET_URL=http://localhost:8080/websocket
# 文件地址
VITE_FILE_URL=http://localhost:8083