Skip to content

Commit 9cfee9f

Browse files
authored
fix: update env template to use LANGFUSE_BASE_URL (#1701)
* add LANGFUSE_BASE_URL to .env.template so E2E tests run out-of-the-box Closes LFE-10249 * removed deprecated LANGFUSE_HOST from env template
1 parent d18654c commit 9cfee9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.env.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Langfuse
2-
LANGFUSE_HOST=http://localhost:3000
2+
LANGFUSE_BASE_URL=http://localhost:3000
33
LANGFUSE_PUBLIC_KEY=pk-lf-1234567890
44
LANGFUSE_SECRET_KEY=sk-lf-1234567890
55

0 commit comments

Comments
 (0)