Files
CouchLog/CouchLog/appsettings.json
T
2026-03-03 22:17:38 +01:00

20 lines
382 B
JSON

{
"ConnectionStrings": {
"CouchLogDB": "Data Source=Data/CouchLog.db"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
},
"Console": {
"FormatterName": "simple",
"FormatterOptions": {
"TimestampFormat": "[HH:mm:ss]",
"SingleLine": true
}
}
},
"AllowedHosts": "*"
}