taicangZongzhi/.env.development

10 lines
164 B

2 years ago
# just a flag
ENV = 'development'
# base api
VUE_APP_BASE_API = '/dashboard'
2 years ago
2 years ago
VUE_APP_BASE_API2 = 'http://39.101.188.84:9027'
2 years ago
2 years ago
BASE_API = 'http://10.10.3.35:9070'