Blame view

.env.production 173 Bytes
赵千 committed
1 2 3 4 5 6 7
# just a flag
ENV = 'demonstration'
NODE_ENV=development
# base api
VUE_APP_BASE_API = '/dev-api'

# 演示,正式后端
jiaozeping@pashanhoo.com committed
8
VUE_APP_API_BASE_URL = 'http://192.168.2.88:8009'