output-service-tsdb/appsettings.json

21 lines
496 B
JSON
Raw Normal View History

2020-04-08 00:30:58 +02:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
2020-04-08 02:04:22 +02:00
"Sentry": {
"Dsn": "https://744f5d479bdb4478b386173b92d081ac@sentry.kmlabz.com/12",
"IncludeRequestPayload": true,
"SendDefaultPii": true,
"MinimumBreadcrumbLevel": "Debug",
"MinimumEventLevel": "Warning",
"AttachStackTrace": true,
"Debug": true,
"DiagnosticsLevel": "Error"
},
2020-04-08 00:30:58 +02:00
"AllowedHosts": "*"
}