mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2025-08-24 05:22:22 +00:00
21 lines
358 B
JSON
21 lines
358 B
JSON
|
{
|
||
|
"Logging": {
|
||
|
"LogLevel": {
|
||
|
"Default": "Information",
|
||
|
"Microsoft": "Warning",
|
||
|
"Microsoft.Hosting.Lifetime": "Information"
|
||
|
}
|
||
|
},
|
||
|
|
||
|
"BackendType": "Dummy",
|
||
|
|
||
|
"MaxWorkers": 5,
|
||
|
"MaxScanningTime": 60,
|
||
|
|
||
|
"ResultsSubscriptionId": "mms.results",
|
||
|
|
||
|
"ConnectionStrings": {
|
||
|
"RabbitMQ": "host=localhost;prefetchcount=1"
|
||
|
}
|
||
|
}
|