AudioForge / backend /.env.example
AudioForge Deploy
chore: pre-deployment polish & fixes
5bf2d26
# Application
DEBUG=false
ENVIRONMENT=production
# CORS - comma-separated origins (add your Vercel URL and custom domain)
# CORS_ORIGINS=https://your-app.vercel.app,https://yourdomain.com,https://www.yourdomain.com
# Database
DATABASE_URL=postgresql+asyncpg://postgres:postgres@localhost:5432/audioforge
# Redis
REDIS_URL=redis://localhost:6379/0
# Music Generation
MUSICGEN_MODEL=facebook/musicgen-medium
MUSICGEN_DEVICE=cpu
MUSICGEN_DURATION=30
# Vocal Generation
BARK_MODEL=suno/bark
BARK_DEVICE=cpu
# Storage
AUDIO_STORAGE_PATH=./storage/audio