mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 17:23:11 -05:00
30 lines
646 B
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/"
|
|
}
|
|
}
|