mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 02:29:24 +08:00
增加redis;
待处理流程中可以查看驳回的流程
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
"IdentityServerUrl": "", //IdentityServer服务器地址。如果为空,则不启用OAuth认证
|
||||
//"IdentityServerUrl": "http://demo.openauth.me:12796", //IdentityServer服务器地址。如果为空,则不启用OAuth认证
|
||||
"DbType": "MySql", //数据库类型:SqlServer、MySql
|
||||
"UploadPath": "" //附件上传的路径,如果为空则保存在站点根目录
|
||||
"UploadPath": "", //附件上传的路径,如果为空则保存在站点根目录
|
||||
"RedisConf": "your_redis_server:6379,password=your_redis_password" //redis配置信息
|
||||
}
|
||||
}
|
||||
|
@@ -14,6 +14,7 @@
|
||||
"IdentityServerUrl": "", //IdentityServer服务器地址。如果为空,则不启用OAuth认证
|
||||
// "IdentityServerUrl": "http://localhost:12796", //IdentityServer服务器地址。如果为空,则不启用OAuth认证
|
||||
"DbType": "SqlServer", //数据库类型:SqlServer、MySql
|
||||
"UploadPath": "" //附件上传的路径,如果为空则保存在站点根目录
|
||||
"UploadPath": "", //附件上传的路径,如果为空则保存在站点根目录
|
||||
"RedisConf": "redistest.cq-p.com.cn:8001,password=share_redis@123"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user