Files
proxy_admin_ui/.env.development

7 lines
93 B
Plaintext
Raw Permalink Normal View History

2025-07-12 15:29:26 +08:00
# just a flag
ENV = 'development'
# base api
2025-09-09 20:47:47 +08:00
VUE_APP_BASE_API = 'http://192.168.2.22:8086'
2025-07-12 15:29:26 +08:00