hn-dotnet/Apps/Website/appsettings.json
2020-12-04 11:59:39 +01:00

14 lines
249 B
JSON

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