From dc98e7dbb2e909beab577f287da8dccac374c714 Mon Sep 17 00:00:00 2001
From: cai <cai@nbcai.cc>
Date: Tue, 11 Aug 2026 19:00:19 +0800
Subject: [PATCH] test(asr): exercise origin status production boundary

---
 .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