In one commit. Yes, you're seeing it right. Yes, I don't know what I was thinking.
13 lines
271 B
JSON
13 lines
271 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"caching": "Data Source=./caching.sqlite"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|