futian.liu
2023-12-09 186f6eb07df6934d2e28330ba39dcfce30c0063a
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'