File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040# Optional: public URL for browser links (e.g., http://localhost:7860)
4141LANGFLOW_PUBLIC_URL = os .getenv ("LANGFLOW_PUBLIC_URL" )
4242LANGFLOW_CHAT_FLOW_ID = os .getenv ("LANGFLOW_CHAT_FLOW_ID" ) or "1098eea1-6649-4e1d-aed1-b77249fb8dd0"
43- LANGFLOW_INGEST_FLOW_ID = os .getenv ("LANGFLOW_INGEST_FLOW_ID" ) or "5488df7c-b93f-4f87-a446-b67028bc0813"
44- LANGFLOW_URL_INGEST_FLOW_ID = os .getenv ("LANGFLOW_URL_INGEST_FLOW_ID" ) or "72c3d17c-2dac-4a73-b48a-6518473d7830"
43+ LANGFLOW_INGEST_FLOW_ID = (
44+ os .getenv ("LANGFLOW_INGEST_FLOW_ID" ) or "5488df7c-b93f-4f87-a446-b67028bc0813"
45+ )
46+ LANGFLOW_URL_INGEST_FLOW_ID = (
47+ os .getenv ("LANGFLOW_URL_INGEST_FLOW_ID" ) or "72c3d17c-2dac-4a73-b48a-6518473d7830"
48+ )
4549NUDGES_FLOW_ID = os .getenv ("NUDGES_FLOW_ID" ) or "ebc01d31-1976-46ce-a385-b0240327226c"
4650
4751
You can’t perform that action at this time.
0 commit comments