You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
242 B
12 lines
242 B
# 开发环境配置
|
|
VUE_APP_ENV=development
|
|
|
|
# Mock数据开关(默认开启)
|
|
VUE_APP_MOCK_ENABLED=true
|
|
|
|
# API配置
|
|
VUE_APP_API_URL=http://localhost:20080/api
|
|
VUE_APP_IMG_DOMAIN=http://localhost:20080/
|
|
|
|
# 调试开关
|
|
VUE_APP_DEBUG=true
|