21 lines
466 B
JSON
21 lines
466 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"FAuthDb": "Server=.\\SQLSERVER2008R2;Database=FAuth;User ID=sa;Password=111"
|
|
},
|
|
"Redis": {
|
|
"InstanceName": "",
|
|
"Configuration": "127.0.0.1:7001,password=123654"
|
|
},
|
|
"UserTicketDecryptorOption": {
|
|
"Key": "abcd"
|
|
}
|
|
}
|