[ 'minIntervalS' => $config['heartbeat_interval_min_s'] ?? 10, 'maxIntervalS' => $config['heartbeat_interval_max_s'] ?? 30, ], 'stuck' => [ 'thresholdS' => $config['stuck_threshold_s'] ?? 90, ], 'telemetry' => [ 'rateLimitPerS' => $config['telemetry_rate_limit_per_s'] ?? 1, 'eventCapPerSession' => $config['telemetry_event_cap_per_session'] ?? 2000, 'retentionDays' => $config['telemetry_retention_days'] ?? 30, ], 'auth' => [ 'tokenTTLs' => $config['token_ttl_s'] ?? 3600, 'refreshWindowS' => $config['token_refresh_window_s'] ?? 300, ], '_raw' => $config, // alle Werte als Flat-Dict für Debug-Zwecke ]; v2_response_ok($response);