Files
HomeMonitor/Environment/Service/appsettings.json

30 lines
646 B
JSON

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