docs: scrub the real hub bearer key from controller.yaml.example (hub v0.53.0 bearer de-git; placeholder only - real boxes use hub-issued per-customer keys)

This commit is contained in:
2026-07-13 14:56:30 +02:00
parent c739003379
commit 51c871ad9b
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ monitoring:
hub:
enabled: true # Enable central reporting
url: "https://hub.felhom.eu" # Hub API endpoint
api_key: "094091de545ce28795c47ac2158fc30750db5c24a621c49329b001ee8db57fb8" # Shared secret for authentication
api_key: "<hub-issued-per-customer-key>" # From the hub-generated config; never commit a real key
push_interval: "15m" # How often to push reports
# --- Self-update ---