mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-06-19 01:49:16 +08:00
10 lines
175 B
Plaintext
10 lines
175 B
Plaintext
NODE_ENV='production'
|
|
# must start with VUE_APP_
|
|
VUE_APP_ENV = 'staging'
|
|
#base url
|
|
#base url
|
|
BASE_URL = https://www.top1buyer.com/
|
|
# base api
|
|
VUE_APP_BASE_API = '/stage-api'
|
|
|