2020-10-22 14:59:36 +08:00
|
|
|
|
{
|
|
|
|
|
"Logging": {
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
"Default": "Debug"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"AllowedHosts": "*",
|
|
|
|
|
"DataProtection": "temp-keys/",
|
|
|
|
|
"ConnectionStrings": {
|
2024-12-06 10:10:32 +08:00
|
|
|
|
"OpenAuthDBContext": "Data Source=.;Encrypt=false;Initial Catalog=OpenAuthDB;User=sa;Password=000000"
|
2023-02-16 21:45:01 +08:00
|
|
|
|
//"OpenAuthDBContext": "server=127.0.0.1;user id=root;database=openauthdb;password=000000" //my sql
|
|
|
|
|
//"OpenAuthDBContext": "Host=localhost;Port=5432;Database=OpenAuth;Username=postgres;Password=123;" //PostgreSQL
|
2021-04-21 18:02:01 +08:00
|
|
|
|
//"OpenAuthDBContext2": "DATA SOURCE=192.168.0.118:1521/YUBAO;PASSWORD=000000;Validate Connection=true;PERSIST SECURITY INFO=True;USER ID=yubaolee;" //Oracle
|
|
|
|
|
//"OpenAuthDBContext3": "server=127.0.0.1;user id=root;database=openauthpro;password=000000" //my sql
|
2020-10-22 14:59:36 +08:00
|
|
|
|
},
|
|
|
|
|
"AppSetting": {
|
2023-02-16 21:45:01 +08:00
|
|
|
|
"IdentityServerUrl": "", //IdentityServer服务器地址。如果为空,则不启用OAuth认证
|
|
|
|
|
// "IdentityServerUrl": "http://localhost:12796", //IdentityServer服务器地址。如果为空,则不启用OAuth认证
|
2021-04-21 18:02:01 +08:00
|
|
|
|
"DbTypes": {
|
2023-02-16 21:45:01 +08:00
|
|
|
|
"OpenAuthDBContext": "SqlServer" //数据库类型:SqlServer、MySql、Oracle、PostgreSQL
|
|
|
|
|
// "OpenAuthDBContext":"PostgreSQL"
|
|
|
|
|
// ,"OpenAuthDBContext2":"Oracle"
|
|
|
|
|
// ,"OpenAuthDBContext3":"MySql"
|
|
|
|
|
},
|
|
|
|
|
"UploadPath": "", //附件上传的路径,如果为空则保存在站点根目录
|
2021-05-14 01:58:36 +08:00
|
|
|
|
"RedisConf": "redistest.cq-p.com.cn:8001,password=share_redis@123", //redis配置
|
2023-02-16 21:45:01 +08:00
|
|
|
|
"HttpHost": "http://*:52789" //启动绑定地址及端口
|
2020-10-22 14:59:36 +08:00
|
|
|
|
}
|
|
|
|
|
}
|