2020-03-30 10:12:52 +08:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"AllowedHosts": "*",
|
2020-04-10 18:15:11 +08:00
|
|
|
"ConnectionStrings": {
|
|
|
|
"FAuthDb": "Server=.\\SQLSERVER2008R2;Database=FAuth;User ID=sa;Password=111"
|
2020-03-30 10:12:52 +08:00
|
|
|
},
|
|
|
|
"Redis": {
|
|
|
|
"InstanceName": "",
|
|
|
|
"Configuration": "127.0.0.1:7001,password=123654"
|
2020-04-08 16:28:42 +08:00
|
|
|
},
|
|
|
|
"UserTicketDecryptorOption": {
|
|
|
|
"Key": "abcd"
|
2020-03-30 10:12:52 +08:00
|
|
|
}
|
|
|
|
}
|