vue-h5-template/.env.staging
2019-05-23 17:35:34 +08:00

10 lines
145 B
Plaintext

NODE_ENV = production
# just a flag
ENV = 'staging'
#base url
BASE_URL = https://www.top1buyer.com/
# base api
VUE_APP_BASE_API = '/stage-api'