.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)
API_HOST
API Configuration
API_PORT
SMTP_HOST
Email Configuration
SMTP_PORT
SMTP_USER
SMTP_PASSWORD
secret
SENDER_EMAIL
SENDER_NAME
OPENAI_API_KEY
secret
AI Service API Keys
REPLICATE_API_KEY
secret
Optional: Additional AI services
STABILITY_API_KEY
secret
GOOGLE_AI_API_KEY
secret
RUNWAY_API_KEY
secret
USE_RUNWAY
Video Generation Settings
VIDEO_FALLBACK
UPLOAD_DIR
Storage Configuration
OUTPUT_DIR
MAX_FILE_SIZE
VIDEO_DURATION
Processing Configuration
VIDEO_FPS
brew install flyctl && fly launch --from https://github.com/amaancoderx/genome-ai
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/amaancoderx/genome-ai
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/amaancoderx/genome-ai