This commit is contained in:
Wolfgang Hottgenroth
2021-12-10 17:56:55 +01:00
parent a07d97fc9b
commit aca1e946d8
2 changed files with 29 additions and 14 deletions

15
appsettings.json-example Normal file
View File

@ -0,0 +1,15 @@
{
"Logging": {
"Console": {
"FormatterName": "simple",
"FormatterOptions": {
"TimestampFormat": "[yyyy-MM-dd HH:mm:ss] ",
"SingleLine": true
}
},
"LogLevel": {
"Default": "Information"
}
},
"AllowedHosts": "*"
}