first commit

This commit is contained in:
Ashim Kumar
2026-01-09 21:06:30 +06:00
commit 11d715eb85
19 changed files with 8235 additions and 0 deletions

11
.env.example Normal file
View File

@@ -0,0 +1,11 @@
# Flask Configuration
SECRET_KEY=your-super-secret-key-change-this-in-production
FLASK_ENV=production
# Database Configuration
# For production with Coolify, this will be mounted as a volume
DATABASE_DIR=/opt/apps/audiobook-studio-pro-v3
# TTS API Configuration
TTS_API_URL=http://your-tts-api-server:5010/api/v1
TTS_API_KEY=your-tts-api-key-here