Blame view

.env.development 158 Bytes
赵千 committed
1 2 3 4
# just a flag
ENV = 'development'
NODE_ENV=development
# base api
jiaozeping@pashanhoo.com committed
5
VUE_APP_BASE_API = '/api'
赵千 committed
6 7

# 开发环境
任超 committed
8
VUE_APP_API_BASE_URL = 'http://192.168.2.38:8008'