mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2025-08-24 05:22:22 +00:00
21 lines
442 B
JSON
21 lines
442 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
|
|
"ConnectionStrings": {
|
|
"Mongo": "mongodb://localhost:27017",
|
|
"RabbitMQ": "host=localhost"
|
|
},
|
|
|
|
"DatabaseName": "MalwareMultiScan",
|
|
"ResultsSubscriptionId": "mms.results",
|
|
"MaxFileSize": 52428800,
|
|
"BackendsConfiguration": "backends.yaml"
|
|
}
|