telegram-client/src/Nocr.TelegramClient.Host/appsettings.json
Sergey Nazarov c8da9e618b Add message dispatcher (#3)
Reviewed-on: #3
Co-authored-by: Sergey Nazarov <insight.appdev@gmail.com>
Co-committed-by: Sergey Nazarov <insight.appdev@gmail.com>
2024-03-28 09:51:19 +00:00

22 lines
501 B
JSON

{
"Serilog": {
"MinimumLevel": {
"Default": "Debug",
"Override": {
"Microsoft": "Information",
"Microsoft.AspNetCore": "Error",
"System.Net.Http.HttpClient": "Warning"
}
}
},
"RebusRabbitMqOptions": {
"InputQueueName": "nocr.telegram.client.queue",
"DirectExchangeName": "nocr.direct",
"TopicsExchangeName": "nocr.topics"
},
"MessageDispatcherOptions": {
"Interval": "00:00:00.050",
"ExceptionInterval": "00:00:30"
}
}