From 24c8e38be626fb1349afb0e7abd96fd02c80c306 Mon Sep 17 00:00:00 2001 From: Cosmo Date: Tue, 14 Apr 2026 09:45:48 +0000 Subject: [PATCH] fix: replace VOICE_SESSION_KEY with COSMO_SESSION_KEY and LUSYA_SESSION_KEY --- .env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index a96251d..75869d6 100644 --- a/.env.example +++ b/.env.example @@ -35,4 +35,5 @@ FOLLOWUP_TIMEOUT=8 # Логирование LOG_FILE=errors.log -VOICE_SESSION_KEY=agent:main:voice:home +COSMO_SESSION_KEY=agent:voice:voice:home +LUSYA_SESSION_KEY=agent:wife:voice:home