26 lines
439 B
JSON
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": []
|
|
}
|
|
}
|