.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
LANGFLOW_URL
LANGFLOW_API_KEY
secret
LANGFLOW_FLOW_ID
LANGFLOW_STREAMING
TUNNEL_DOMAIN
PORT
brew install flyctl && fly launch --from https://github.com/langflow-ai/langflow-twilio-voice
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/langflow-ai/langflow-twilio-voice
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/langflow-ai/langflow-twilio-voice