Audiobook Maker Pro v4.2 — production ready

This commit is contained in:
Ashim Kumar
2026-05-22 18:28:47 +06:00
commit 0617a374dd
41 changed files with 15262 additions and 0 deletions

15
.env.example Normal file
View File

@@ -0,0 +1,15 @@
# .env.example - এই ভ্যালুগুলো Coolify-র Environment Variables UI-তে দিতে হবে
# --- দরকারি ---
DATABASE=/opt/apps/Audiobook-Maker-Pro-v4.2/audiobook_maker.db
# Long random string বানান এই কমান্ড দিয়ে:
# python -c "import secrets; print(secrets.token_hex(32))"
SECRET_KEY=replace-with-a-long-random-string
# --- Beam Cloud (TTS backend) ---
BEAM_COMBINED_URL=https://your-beam-endpoint.beam.cloud
BEAM_API_TOKEN=your-beam-token
# --- ঐচ্ছিক ---
OPENAI_API_KEY=