Files
HomeMonitor/Hub/Service/appsettings.json

13 lines
249 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Warning",
"Microsoft": "Information"
}
},
"AllowedHosts": "*",
"Telemetry": {
"Endpoint": "http://signoz-otel-collector.platform:4317/"
}
}