Audiobook Maker Pro v4.2 — production ready
This commit is contained in:
15
.env.example
Normal file
15
.env.example
Normal 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=
|
||||
Reference in New Issue
Block a user