16 lines
569 B
Plaintext
16 lines
569 B
Plaintext
# .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=
|