Skip to content

Commit e66cc81

Browse files
committed
fix defaults
1 parent 41802ac commit e66cc81

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.env.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Langfuse
2-
LANGFUSE_HOST="http://localhost:3000"
3-
LANGFUSE_PUBLIC_KEY="pk-lf-1234567890"
4-
LANGFUSE_SECRET_KEY="sk-lf-1234567890"
2+
LANGFUSE_HOST=http://localhost:3000
3+
LANGFUSE_PUBLIC_KEY=pk-lf-1234567890
4+
LANGFUSE_SECRET_KEY=sk-lf-1234567890
55

66
# Optionally for E2E tests
77
OPENAI_API_KEY=

0 commit comments

Comments
 (0)