{ "Logging": { "LogLevel": { "Default": "Warning", "Microsoft": "Information" } }, "AllowedHosts": "*", "Mqtt": { "Server": "mosquitto", "Topic": "enviro" }, "Environment": { "Database": { "Host": "", "User": "", "Password": "", "Name": "Environment", "TrustServerCertificate": true, "Port": 1435 }, "Hub": { "Url": "http://hub-server/environment" } }, "Telemetry": { "Endpoint": "http://signoz-otel-collector.platform:4317/" } }