hn-20-2/Apps/Website/appsettings.json
2021-04-29 11:46:17 +02:00

14 lines
249 B
JSON

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