WGShare.API/WGShare.API/appsettings.Development.json

51 lines
1.6 KiB
JSON

{
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft.AspNetCore": "Information"
},
"Console": {
"LogLevel": {
"Default": "Debug",
"Microsoft": "Warning",
"Hangfire": "Information"
}
//"FormatterName": "CustomTimePrefixingFormatter",
//"FormatterOptions": {
// "CustomPrefix": "|-<[",
// "CustomSuffix": "]>-|",
// "SingleLine": true,
// "IncludeScopes": true,
// "TimestampFormat": "HH:mm:ss.ffff ",
// "UseUtcTimestamp": true,
// "JsonWriterOptions": {
// "Indented": true
// }
//}
}
},
"ConnectionStrings": {
"metting": "Database=metting;Server=192.168.2.9;Port=3306;Uid=root;Pwd=qwe123!@#;AllowZeroDateTime=True;ConvertZeroDateTime=True;",
"usercenter": "Database=usercenter;Server=192.168.2.9;Port=3306;Uid=root;Pwd=qwe123!@#;AllowZeroDateTime=True;ConvertZeroDateTime=True;"
},
"Redis": {
"master": "192.168.2.7:6379,password=qwe123!@#,defaultDatabase=13,name=wgshare,prefix=wgshare:"
},
"Jwt": {
"SecretKey": "apDbztyqjSNuvWnezhbdUxduhDidZbF897t2uTJs53RMdY9Cai7eexavBhka3HN6mcTe9oohjFg6bNffRRkcfMqnVKNBnmyPzkRgNopHGJAL7KMwkeZdZ7BaWnT57jCi",
"Issuer": "WGshareApi",
"Audience": "WGshareClient",
// 过期 秒
"Expires": 600000
},
"Agora": {
"appId": "4a4f7be64fa1404ebda74784fe9ac381",
"appSecret": "255e05d96c794251b282a0de84242355",
"tokenExpireTimeInSecond": 300,
"apiPrefix": "https://api.sd-rtn.com/",
"clientId": "80cdc24f7dfa4497a37d98da95a3c4a4",
"clientSecret": "8323581d4d464114b1f324b26cc62e09",
"eventSecret": "gPPaFQS1U"
}
}