18 lines
317 B
JSON
18 lines
317 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Redis": {
|
|
"Default": {
|
|
"Connection": "192.168.81.32:6379",
|
|
"InstanceName": "local",
|
|
"DefaultDB": 0
|
|
}
|
|
}
|
|
}
|