genericdatabaseapiservice/appsettings.json-example

16 lines
274 B
Plaintext
Raw Normal View History

2021-12-10 17:56:55 +01:00
{
"Logging": {
"Console": {
"FormatterName": "simple",
"FormatterOptions": {
"TimestampFormat": "[yyyy-MM-dd HH:mm:ss] ",
"SingleLine": true
}
},
"LogLevel": {
"Default": "Information"
}
},
"AllowedHosts": "*"
}