* Implement MessageReceived for MT * Implement Publish activity provider * Only create Publish activity for class types * Add MassTransit sample project * Fix comment
13 lines
223 B
JSON
13 lines
223 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"RabbitMq": "rabbitmq://guest:guest@localhost"
|
|
}
|
|
}
|