{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Debug"
}
},
"AllowedHosts": "*",
"Webhooks": {
"Sinks": [
"Id": "ExternalApplication.RunTask",
"Name": "Run Task",
"EventTypes": [
"RunTask"
],
"Url": "https://localhost:6001/api/webhooks/run-task"
]