Reviewed-on: #9 Co-authored-by: Sergey Nazarov <insight.appdev@gmail.com> Co-committed-by: Sergey Nazarov <insight.appdev@gmail.com>
35 lines
751 B
JSON
35 lines
751 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"
|
|
},
|
|
"LocalizerConfiguration": {
|
|
"Path": "Resources",
|
|
"Pattern": "",
|
|
"ReadNestedFolders": "true"
|
|
},
|
|
"AdministrationOptions": {
|
|
"FeedbackReceiverIds": [
|
|
-4202454237
|
|
],
|
|
"UpdateReceiverIds": [
|
|
-4202454237
|
|
]
|
|
}
|
|
}
|