Files

15 lines
295 B
Bash
Raw Permalink Normal View History

2026-04-21 15:49:56 +08:00
# 后端地址
2026-04-07 21:02:10 +08:00
VITE_BACKEND_BASE_URL=http://localhost:8081
2026-04-07 21:22:31 +08:00
2026-04-21 15:49:56 +08:00
# 启动端口
START_PORT=81
# geoserver地址
2026-06-16 10:33:55 +08:00
VITE_GEOSERVER_BASE_URL=http://47.92.216.173:4020/geoserver/xian
2026-05-12 17:45:43 +08:00
# WebSocket地址
2026-05-18 21:08:43 +08:00
VITE_WEBSOCKET_URL=http://localhost:8081/websocket
# 文件地址
2026-05-23 16:30:09 +08:00
VITE_FILE_URL=http://localhost:8083