futian.liu
2023-12-22 fd95223d9703b9c038ed3c782474c885052dda08
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'