futian.liu
2023-12-14 8198de5cf4f4bccf44b789b895980569307a5ceb
1
2
3
4
5
6
# just a flag
ENV = 'production'
 
# base api
# VUE_APP_BASE_API = '/prod-api'
VUE_APP_BASE_API = 'http://localhost:8080'