We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41802ac commit e66cc81Copy full SHA for e66cc81
1 file changed
.env.template
@@ -1,7 +1,7 @@
1
# Langfuse
2
-LANGFUSE_HOST="http://localhost:3000"
3
-LANGFUSE_PUBLIC_KEY="pk-lf-1234567890"
4
-LANGFUSE_SECRET_KEY="sk-lf-1234567890"
+LANGFUSE_HOST=http://localhost:3000
+LANGFUSE_PUBLIC_KEY=pk-lf-1234567890
+LANGFUSE_SECRET_KEY=sk-lf-1234567890
5
6
# Optionally for E2E tests
7
OPENAI_API_KEY=
0 commit comments