* Added example for a programatic MassTransit triggered workflow (#4968) * Fixed MassTransitActivities example to include the MassTransitDispatcher (#4968)
14 lines
273 B
JSON
14 lines
273 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.EntityFrameworkCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"RabbitMq": "rabbitmq://guest:guest@localhost"
|
|
}
|
|
}
|