增加redis;

待处理流程中可以查看驳回的流程
This commit is contained in:
yubaolee
2021-03-09 23:35:14 +08:00
parent 679dc613c1
commit 80c38c26d7
8 changed files with 148 additions and 3 deletions

View File

@@ -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配置信息
}
}

View File

@@ -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"
}
}