OmegaBaSMS/.env.example
2026-06-02 13:11:04 +03:00

26 lines
665 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
# Google Apps Script Web App URL (for media uploads to Drive)
# Deploy assets/google-scripts/listener.js as a Web App and paste the URL here
APPS_SCRIPT_URL=