LSSE-front/.env.development

7 lines
176 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
2025-09-19 21:57:56 +08:00
VUE_APP_MAP_URL=http://192.168.0.53:8090