mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2025-08-23 21:12:22 +00:00
* UI responsive table fix * Background scanning for backends * Callback URL parameter to notify on scan results
20 lines
358 B
JSON
20 lines
358 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
|
|
"BackendType": "Dummy",
|
|
|
|
"MaxScanningTime": 60,
|
|
"ResultsSubscriptionId": "mms.results",
|
|
"WorkerCount": 4,
|
|
|
|
"ConnectionStrings": {
|
|
"RabbitMQ": "host=localhost;prefetchcount=1"
|
|
}
|
|
}
|