18 lines
398 B
JSON
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"
|
|
}
|
|
}
|