Files
windows_lock_vue/.env.development

9 lines
152 B
Plaintext
Raw Permalink Normal View History

2025-05-27 16:37:49 +08:00
# just a flag
ENV = 'development'
# base api
2025-07-15 16:42:03 +08:00
VUE_APP_BASE_API = 'http://192.168.2.22:8001'
2025-05-27 16:37:49 +08:00
2025-07-15 16:42:03 +08:00
#websocket url
VUE_APP_WEBSOCKET_URL = '192.168.2.22:8001'