27 lines
830 B
JSON
27 lines
830 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"Microsoft.AspNetCore": "Information"
|
|
},
|
|
"Console": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"Microsoft": "Information",
|
|
"Hangfire": "Information"
|
|
}
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"walle": "Database=walle;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;"
|
|
},
|
|
"Jwt": {
|
|
"SecretKey": "apDbztyqjSNuvWnezhbdUxduhDidZbF897t2uTJs53RMdY9Cai7eexavBhka3HN6mcTe9oohjFg6bNffRRkcfMqnVKNBnmyPzkRgNopHGJAL7KMwkeZdZ7BaWnT57jCi",
|
|
"Issuer": "AI.Api",
|
|
"Audience": "AIClient",
|
|
// 过期 秒
|
|
"Expires": 108000
|
|
}
|
|
}
|