elsa-core/samples/aspnet/Elsa.Samples.AspNet.Webhooks.WorkflowServer/appsettings.json
2024-02-02 20:01:14 +02:00

20 lines
315 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Debug"
}
},
"AllowedHosts": "*",
"Webhooks": {
"Endpoints": [
{
"EventTypes": [
"RunTask"
],
"Url": "https://localhost:5002/webhooks/run-task"
}
]
}
}