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