LSSE-front/.env.development

7 lines
173 B
Plaintext
Raw Normal View History

2025-08-06 19:10:12 +08:00
NODE_ENV=development
VUE_APP_PREVIEW=true
VUE_APP_API_BASE_URL=/api
2025-09-19 11:44:26 +08:00
VUE_APP_API_URL=http://192.168.0.53:8099
VUE_APP_MAP_BASE_URL=/map
VUE_APP_MAP_URL=http://127.0.0.1:8090