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

26 lines
439 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"AzureServiceBus": ""
},
"AzureServiceBus": {
"ConnectionStringOrName": "AzureServiceBus",
"Queues": [
{
"name": "order-created"
},
{
"name": "order-completed"
}
],
"Topics": [],
"Subscriptions": []
}
}