cjl
3 days ago 24e8d9a83681cefdc5988b0ee0097e2c6b079402
1
2
3
4
5
6
7
NODE_ENV = production
 
# just a flag
ENV = 'staging'
 
# base api
VUE_APP_BASE_API = '/stage-api'