mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2025-08-24 05:22:22 +00:00
19 lines
342 B
JSON
19 lines
342 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
|
|
"ConnectionStrings": {
|
|
"Mongo": "mongodb://localhost:27017"
|
|
},
|
|
|
|
"DatabaseName": "MalwareMultiScan",
|
|
|
|
"BackendsConfiguration": "backends.yaml"
|
|
}
|