{ "ManagingDatabase": { "ConnectionString": "mongodb://localhost:27017", "DatabaseName": "ManagingDb", }, "InfluxDb": { "Url": "http://localhost:8086/", "Organization": "", "Token": "" }, "Serilog": { "MinimumLevel": { "Default": "Information", "Override": { "Microsoft": "Information", "System": "Warning" } } }, "ElasticConfiguration": { "Uri": "http://localhost:9200" }, "AllowedHosts": "*" }