telegram-listener/src/Nocr.TelegramListener.Host/appsettings.json
Sergey Nazarov aef4be1ef9 Add routing
2024-03-21 00:48:33 +04:00

18 lines
398 B
JSON

{
"Serilog": {
"MinimumLevel": {
"Default": "Debug",
"Override": {
"Microsoft": "Information",
"Microsoft.AspNetCore": "Error",
"System.Net.Http.HttpClient": "Warning"
}
}
},
"RebusRabbitMqOptions": {
"InputQueueName": "nocr.telegram.listener.queue",
"DirectExchangeName": "nocr.direct",
"TopicsExchangeName": "nocr.topics"
}
}