2020-10-22 14:59:36 +08:00
|
|
|
|
{
|
|
|
|
|
"Logging": {
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
"Default": "Warning"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"AllowedHosts": "*",
|
|
|
|
|
"DataProtection": "temp-keys/",
|
|
|
|
|
"ConnectionStrings": {
|
|
|
|
|
"OpenAuthDBContext": "server=127.0.0.1;user id=root;database=openauthdb;password=000000" //my sql
|
|
|
|
|
},
|
|
|
|
|
"AppSetting": {
|
2021-07-22 19:33:55 +08:00
|
|
|
|
"IdentityServerUrl": "http://demo.openauth.net.cn:12796", //IdentityServer服务器地址。如果为空,则不启用OAuth认证
|
2020-10-22 14:59:36 +08:00
|
|
|
|
// "IdentityServerUrl": "", //IdentityServer服务器地址。如果为空,则不启用OAuth认证
|
|
|
|
|
"SSOPassport": "http://localhost:52789",
|
2021-04-21 18:02:01 +08:00
|
|
|
|
"Version": "demo",
|
|
|
|
|
"DbTypes": {
|
|
|
|
|
"OpenAuthDBContext":"MySql" //数据库类型:SqlServer、MySql、Oracle
|
2021-05-25 00:49:12 +08:00
|
|
|
|
},
|
|
|
|
|
"RedisConf": "redistest.cq-p.com.cn:8001,password=share_redis@123", //redis配置
|
|
|
|
|
"HttpHost": "http://*:1802" //启动绑定地址及端口
|
2020-10-22 14:59:36 +08:00
|
|
|
|
}
|
|
|
|
|
}
|