Files
HomeMonitor/Power/Service/appsettings.json
2024-01-22 20:18:47 -05:00

21 lines
415 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Warning",
"Microsoft": "Information"
}
},
"Power": {
"Database": {
"Name": "Power",
"Port": 1434,
"TrustServerCertificate": true
}
},
"Hub": {
"Power": ""
},
"Telemetry": {
"Endpoint": "http://signoz-otel-collector.platform:4317/"
}
}