myhn/Apps/Website/appsettings.json
2021-01-08 16:26:19 +01:00

14 lines
249 B
JSON

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