20 lines
430 B
Plaintext
20 lines
430 B
Plaintext
# === Postgres ===
|
|
DATABASE_URL=postgres://USER:PASS@192.168.0.210:5432/whatsapp_bot_dev
|
|
|
|
# === App data paths (inside containers) ===
|
|
DATA_DIR=/data
|
|
SESSIONS_DIR=/data/sessions
|
|
MEDIA_DIR=/data/media
|
|
|
|
# === Bot service ===
|
|
BOT_HEALTH_PORT=8081
|
|
BOT_LOG_LEVEL=info
|
|
|
|
# === Seed (used by scripts/db.sh seed) ===
|
|
SEED_OPERATOR_TELEGRAM_ID=
|
|
SEED_OPERATOR_NAME=Operator
|
|
|
|
# === Web (placeholder for plan 3) ===
|
|
WEB_PORT=3000
|
|
AUTH_SECRET=
|