Blame view

.env.staging 161 Bytes
1 2 3 4
NODE_ENV='production'
# must start with VUE_APP_
VUE_APP_ENV = 'staging'
#base url
406803045 committed
5
BASE_URL = 'https://www.xxx.com/'
406803045 committed
6 7 8
# base api
VUE_APP_BASE_API = '/stage-api'