fix: enable telemetry for all distros

telemetry should be enabled for all distros (for now) for feature parity

Signed-off-by: Charlie Doern <cdoern@redhat.com>
This commit is contained in:
Charlie Doern 2025-10-16 13:47:41 -04:00
parent f22aaef42f
commit 85857c09f1
15 changed files with 28 additions and 1 deletions

View file

@ -256,6 +256,7 @@ class RunConfigSettings(BaseModel):
"server": {
"port": 8321,
},
"telemetry": {"enabled": True},
}