# Environment variables for the Voice API application # Twilio configuration TWILIO_ACCOUNT_SID=your_account_sid_here TWILIO_AUTH_TOKEN=your_auth_token_here BASE_URL=https://your-public-url-here.ngrok.io # RowBoat API configuration ROWBOAT_API_HOST=http://localhost:3000 ROWBOAT_PROJECT_ID=your_project_id_here ROWBOAT_API_KEY=your_api_key_here # Speech processing APIs DEEPGRAM_API_KEY=your_deepgram_api_key_here ELEVENLABS_API_KEY=your_elevenlabs_api_key_here # Server configuration PORT=3009 WHATSAPP_PORT=3010 # Redis configuration for persistent state REDIS_URL=redis://localhost:6379/0 REDIS_EXPIRY_SECONDS=86400 SERVICE_NAME=rowboat-voice