From 72738789f832f895af150a10381cb3f5db53353c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Mata?= Date: Mon, 29 Sep 2025 18:01:12 +0200 Subject: [PATCH] Langfuse config ENV vars. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juan José Mata --- .env.local.example | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.env.local.example b/.env.local.example index 055dbfbfe..0ada891c9 100644 --- a/.env.local.example +++ b/.env.local.example @@ -4,5 +4,10 @@ SELF_HOSTED=true # Enable Twelve market data (careful, this will use your API credits) TWELVE_DATA_API_KEY= +# Langfuse config +LANGFUSE_PUBLIC_KEY= +LANGFUSE_SECRET_KEY= +LANGFUSE_HOST=https://cloud.langfuse.com + # Set to `true` to get error messages rendered in the /chats UI AI_DEBUG_MODE=