13 lines
No EOL
389 B
Text
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 |