mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-12-27 06:35:39 +08:00
fix issue #I3QUV1 appsettings增加配置启动地址和端口
This commit is contained in:
@@ -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" //启动绑定地址及端口
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user