2023-01-05 12:55:08 +00:00
|
|
|
{
|
|
|
|
|
"Logging": {
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
"Default": "Information",
|
2023-04-22 18:43:54 +00:00
|
|
|
"Microsoft.AspNetCore": "Debug"
|
2023-01-05 12:55:08 +00:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"AllowedHosts": "*",
|
|
|
|
|
"Webhooks": {
|
2024-07-21 14:48:38 +00:00
|
|
|
"Sinks": [
|
2023-01-05 12:55:08 +00:00
|
|
|
{
|
2024-07-21 14:48:38 +00:00
|
|
|
"Id": "1",
|
|
|
|
|
"Filters": [
|
|
|
|
|
{
|
|
|
|
|
"EventType": "RunTask"
|
|
|
|
|
}
|
2023-01-05 12:55:08 +00:00
|
|
|
],
|
2023-04-22 18:43:54 +00:00
|
|
|
"Url": "https://localhost:5002/webhooks/run-task"
|
2023-01-05 12:55:08 +00:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|