travel/admin/.env.development

7 lines
125 B
Plaintext
Raw Permalink Normal View History

2024-06-24 11:52:30 +08:00
# just a flag
ENV = 'development'
# base api
VUE_APP_BASE_API = '/dev-api'
2025-03-03 09:52:11 +08:00
# VUE_APP_BASE_API = 'http://192.168.0.100:8787'