From e59b20f60fff034a7268febd3348b15fc767edc4 Mon Sep 17 00:00:00 2001
From: cai <nb666@nbcai.cc>
Date: Sun, 28 Jun 2026 16:18:44 +0800
Subject: [PATCH] feat: support streaming livekit helper
---
.env.example | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/.env.example b/.env.example
index 8b02633..19f0f6f 100644
--- a/.env.example
+++ b/.env.example
@@ -27,3 +27,10 @@
# Local wrapper behavior.
COMBRABO_VOICE_RUNTIME_HELPER_MODE=auto
COMBRABO_VOICE_RUNTIME_HELPER_IMAGE=combrabo-voice-runtime-helper:local
+
+# Service mode control plane. Values below are placeholders only.
+# lmrobot-app calls helper with Authorization: Bearer {CV_HELPER_AUTH_TOKEN}.
+CV_HELPER_SERVICE_ENABLED=false
+CV_HELPER_SERVICE_BIND=127.0.0.1:18080
+CV_HELPER_AUTH_TOKEN=replace-with-local-helper-token
+CV_RUNTIME_TURN_BRIDGE_TOKEN=replace-with-local-turn-bridge-token
--
Gitblit v1.9.3