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