Files
exchange_admin_vue/.env.development

7 lines
93 B
Plaintext
Raw Permalink Normal View History

2025-02-06 18:13:42 +08:00
# just a flag
ENV = 'development'
# base api
2025-06-17 18:22:58 +08:00
VUE_APP_BASE_API = 'http://192.168.2.22:6789'
2025-02-06 18:13:42 +08:00