luoyb
2024-06-21 fcd8d7f55ab468e538a91ce168d5f3be144e140e
1
2
3
4
5
6
7
NODE_ENV = production
 
# just a flag
ENV = 'staging'
 
# base api
VUE_APP_BASE_API = '/stage-api'