new-infofer-scraper/server/appsettings.json

14 lines
271 B
JSON
Raw Normal View History

{
"ConnectionStrings": {
"caching": "Data Source=./caching.sqlite"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}