2020-10-22 22:20:21 +03:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
|
|
}
|
|
|
|
},
|
2020-10-23 11:11:19 +03:00
|
|
|
"AllowedHosts": "*",
|
|
|
|
|
|
|
|
"ConnectionStrings": {
|
2020-10-26 16:20:47 +02:00
|
|
|
"Mongo": "mongodb://localhost:27017",
|
|
|
|
"RabbitMQ": "host=localhost"
|
2020-10-23 11:11:19 +03:00
|
|
|
},
|
|
|
|
|
|
|
|
"DatabaseName": "MalwareMultiScan",
|
2020-10-26 16:20:47 +02:00
|
|
|
"ResultsSubscriptionId": "mms.results",
|
2020-10-27 13:15:48 +02:00
|
|
|
"MaxFileSize": 52428800,
|
2020-10-26 16:20:47 +02:00
|
|
|
"BackendsConfiguration": "backends.yaml"
|
2020-10-22 22:20:21 +03:00
|
|
|
}
|