runway-video/.env.example
2025-09-04 05:53:16 +05:30

13 lines
No EOL
389 B
Text

# Runway Gen4 Web App - Environment Variables
# Copy this file to .env and fill in your actual values
# Required: Runway API Key
# Get this from: https://app.runwayml.com/account/api-keys
RUNWAY_API_KEY=your_runway_api_key_here
# Optional: Additional API keys for future features
GEMINI_API_KEY=your_gemini_api_key_here
# Optional: Environment setting
APP_ENV=production
APP_DEBUG=false