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
247 B
12 lines
247 B
# 生产环境配置
|
|
VUE_APP_ENV=production
|
|
|
|
# Mock数据开关(生产环境关闭)
|
|
VUE_APP_MOCK_ENABLED=false
|
|
|
|
# API配置
|
|
VUE_APP_API_URL=https://api.hnhbty.cn/api
|
|
VUE_APP_IMG_DOMAIN=https://api.hnhbty.cn/
|
|
|
|
# 调试开关
|
|
VUE_APP_DEBUG=false
|