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