13 lines
240 B
Bash
13 lines
240 B
Bash
NEW_FILE_CODE
|
|
|
|
# 后端地址
|
|
VITE_BACKEND_BASE_URL=http://localhost:8080
|
|
|
|
# 启动端口
|
|
START_PORT=80
|
|
|
|
# geoserver地址
|
|
VITE_GEOSERVER_BASE_URL=http://10.22.245.246/geoserver/xian
|
|
|
|
# WebSocket地址
|
|
VITE_WEBSOCKET_URL=ws://localhost:8080 |