14 lines
271 B
JSON
14 lines
271 B
JSON
|
{
|
||
|
"ConnectionStrings": {
|
||
|
"caching": "Data Source=./caching.sqlite"
|
||
|
},
|
||
|
"Logging": {
|
||
|
"LogLevel": {
|
||
|
"Default": "Information",
|
||
|
"Microsoft": "Warning",
|
||
|
"Microsoft.Hosting.Lifetime": "Information"
|
||
|
}
|
||
|
},
|
||
|
"AllowedHosts": "*"
|
||
|
}
|