# Example environment configuration for Talk2Me # Copy this file to .env and update with your actual values # Flask Configuration SECRET_KEY=your-secret-key-here-change-this # Upload Configuration UPLOAD_FOLDER=/path/to/secure/upload/folder # TTS Server Configuration TTS_SERVER_URL=http://localhost:5050/v1/audio/speech TTS_API_KEY=your-tts-api-key-here # CORS Configuration (for production) CORS_ORIGINS=https://yourdomain.com,https://app.yourdomain.com ADMIN_CORS_ORIGINS=https://admin.yourdomain.com # Admin Token (for admin endpoints) ADMIN_TOKEN=your-secure-admin-token-here # Optional: GPU Configuration # CUDA_VISIBLE_DEVICES=0