guoshipeng
2023-04-20 e2031b5e22e1e12b26fbce6454cf7f60508ab2ef
1
2
3
4
5
6
7
NODE_ENV = production
 
# just a flag
ENV = 'staging'
 
# base api
VUE_APP_BASE_API = '/stage-api'