mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-04-06 03:57:50 +08:00
10 lines
145 B
Plaintext
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'
|
|
|