20 lines
382 B
JSON
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": "*"
|
|
}
|