Files
exchange_admin_vue/.env.development

7 lines
90 B
Plaintext
Raw Normal View History

2025-02-06 18:13:42 +08:00
# just a flag
ENV = 'development'
# base api
2025-08-26 16:34:01 +08:00
VUE_APP_BASE_API = 'http://127.0.0.1:6789'
2025-02-06 18:13:42 +08:00