fix issue #I3QUV1 appsettings增加配置启动地址和端口

This commit is contained in:
yubaolee
2021-05-14 01:58:36 +08:00
parent 35a13a4772
commit c4f0b34dd6
3 changed files with 18 additions and 3 deletions

View File

@@ -20,6 +20,7 @@
// ,"OpenAuthDBContext3":"MySql"
},
"UploadPath": "", //附件上传的路径,如果为空则保存在站点根目录
"RedisConf": "redistest.cq-p.com.cn:8001,password=share_redis@123"
"RedisConf": "redistest.cq-p.com.cn:8001,password=share_redis@123", //redis配置
"HttpHost": "http://*:52789" //启动绑定地址及端口
}
}