You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

32 lines
1.5 KiB

{
"Logging": {
"LogLevel": {
"Default": "Debug", // Trace,Debug,Information,Warning,Error,Critical
"System": "Information",
"Microsoft": "Information"
}
},
"AllowedHosts": "*",
"SystemConfig": {
"AllowCorsSite": "http://127.0.0.1:7005", // 访Api
"CacheProvider": "Memory", // 使 Memory Redis
"RedisConnectionString": "127.0.0.1:6379", //redis
"EnableInitDb": true, //,
"SnowFlakeWorkerId": 2, // SnowFlake id
"DBProvider": "Sqlite", // sqlsugar
"DBConnectionString": "Data Source=../WoodAdmin.db",
"DBCommandTimeout": 180, //
"DBBackup": "", //
"DBEnableDiffLog": true, //
"LogDays": 90, //
"RunAutoJob": true, //job
"CustomerDb": "Server = 192.168.1.228; Database = TaskManager1; User ID = sa; Password = ChangkeTec@2021; TrustServerCertificate = True"
},
"JwtConfig": {
"SecretKey": "3c1cac3f546eda35168c3aa3cn91780fbe703f0996c6d123ea96dc85c70bbc0a", // string 16
"Issuer": "WebAppIssuer", // string
"Audience": "WebAppAudience", // string
"RefreshTokenExpire": 15, //token
"TokenExpire": 30 //token
}
}