From ce49ddd70b2a74e02a62c5f0c6ade7aafa210a1b Mon Sep 17 00:00:00 2001 From: Milana Gurbanova Date: Wed, 10 Jun 2026 20:01:31 +0200 Subject: [PATCH 1/2] add LANGFUSE_BASE_URL to .env.template so E2E tests run out-of-the-box Closes LFE-10249 --- .env.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.template b/.env.template index e68327220..53cd751af 100644 --- a/.env.template +++ b/.env.template @@ -1,5 +1,6 @@ # Langfuse -LANGFUSE_HOST=http://localhost:3000 +LANGFUSE_BASE_URL=http://localhost:3000 +LANGFUSE_HOST=http://localhost:3000 # deprecated alias for LANGFUSE_BASE_URL LANGFUSE_PUBLIC_KEY=pk-lf-1234567890 LANGFUSE_SECRET_KEY=sk-lf-1234567890 From 697ec556021b3270b0abe3a3174b713a497b2b46 Mon Sep 17 00:00:00 2001 From: Milana Gurbanova Date: Thu, 11 Jun 2026 11:09:24 +0200 Subject: [PATCH 2/2] removed deprecated LANGFUSE_HOST from env template --- .env.template | 1 - 1 file changed, 1 deletion(-) diff --git a/.env.template b/.env.template index 53cd751af..77541addf 100644 --- a/.env.template +++ b/.env.template @@ -1,6 +1,5 @@ # Langfuse LANGFUSE_BASE_URL=http://localhost:3000 -LANGFUSE_HOST=http://localhost:3000 # deprecated alias for LANGFUSE_BASE_URL LANGFUSE_PUBLIC_KEY=pk-lf-1234567890 LANGFUSE_SECRET_KEY=sk-lf-1234567890