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