Files
snakkimo-API/.env.example
admin 75f05f45f2 feat: add audios table and ElevenLabs TTS endpoint
- New audios table with voice params, S3 link, alignment JSON
- POST /api/audios/generate calls ElevenLabs with-timestamps, uploads to S3
- GET/PATCH/DELETE /api/audios endpoints
- Requires ELEVENLABS_API_KEY env var

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-01 13:05:34 +02:00

17 lines
412 B
Plaintext

# PostgreSQL connection (set these in Coolify as environment variables)
DB_HOST=your-postgres-service-name # In Coolify: der interne Service-Name des PostgreSQL-Containers
DB_PORT=5432
DB_NAME=snakkimo
DB_USER=postgres
DB_PASSWORD=your-password
DB_SSL=false
# API
PORT=3000
# Anthropic (für Auto-Pairs-Generierung)
ANTHROPIC_API_KEY=sk-ant-...
# ElevenLabs (für TTS-Generierung)
ELEVENLABS_API_KEY=sk_...