mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-04-01 06:03:23 +08:00
fix issue #I3QUV1 appsettings增加配置启动地址和端口
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
"OpenAuthDBContext":"MySql" //数据库类型:SqlServer、MySql、Oracle
|
||||
},
|
||||
"UploadPath": "", //附件上传的路径,如果为空则保存在站点根目录
|
||||
"RedisConf": "your_redis_server:6379,password=your_redis_password" //redis配置信息
|
||||
"RedisConf": "your_redis_server:6379,password=your_redis_password", //redis配置信息
|
||||
"HttpHost": "http://*:52789" //启动绑定地址及端口
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user