Merge pull request #346 from langflow-ai/disable-tracing
disable tracing in langflow
This commit is contained in:
commit
3cfaf60292
2 changed files with 2 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ services:
|
|||
ports:
|
||||
- "7860:7860"
|
||||
environment:
|
||||
- LANGFLOW_DEACTIVATE_TRACING=true
|
||||
- OPENAI_API_KEY=${OPENAI_API_KEY}
|
||||
- LANGFLOW_LOAD_FLOWS_PATH=/app/flows
|
||||
- LANGFLOW_SECRET_KEY=${LANGFLOW_SECRET_KEY}
|
||||
|
|
|
|||
|
|
@ -101,6 +101,7 @@ services:
|
|||
ports:
|
||||
- "7860:7860"
|
||||
environment:
|
||||
- LANGFLOW_DEACTIVATE_TRACING=true
|
||||
- OPENAI_API_KEY=${OPENAI_API_KEY}
|
||||
- LANGFLOW_LOAD_FLOWS_PATH=/app/flows
|
||||
- LANGFLOW_SECRET_KEY=${LANGFLOW_SECRET_KEY}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue