OmegaBaSMS/.env.example
2026-05-28 09:38:42 +03:00

23 lines
507 B
Plaintext

# WhatsApp groups to monitor (comma-separated)
GROUP_NAMES=Group1,Group2
# TextBee SMS Gateway
TEXTBEE_DEVICE_ID=your_device_id
TEXTBEE_API_KEY=your_api_key
SMS_RECIPIENT=+972501234567
# Telegram (for QR re-auth notifications)
TELEGRAM_BOT_TOKEN=your_bot_token
TELEGRAM_CHAT_ID=your_chat_id
# Batch settings
BATCH_INTERVAL_MS=900000
BATCH_MAX_CHARS=700
INCLUDE_OWN_MESSAGES=true
OWN_NAME=Me
OWN_LAST_NAME=
# Keep-alive (ping a URL to prevent hosting sleep)
KEEP_ALIVE_URL=
KEEP_ALIVE_INTERVAL_MS=300000