Files
SupportBot/.env

22 lines
501 B
Bash

# Chatwoot Agent Bot Configuration
# Generated: 2026-04-01
# Your Chatwoot instance
CHATWOOT_URL=https://chat.hoaledgeriq.com
# Bot credentials (from Settings > Bots)
BOT_WEBHOOK_TOKEN=Vcgim96XTZJqvFSvXZ1RUTMv
# Your personal API token (from Profile Settings)
CHATWOOT_API_TOKEN=yQtGbPCyVbspSLNebCsYPeLk
# Account ID (from URL: /app/accounts/1/...)
CHATWOOT_ACCOUNT_ID=1
# Telegram notifications (optional - skip for now, add later)
TELEGRAM_BOT_TOKEN=
TELEGRAM_CHAT_ID=
# Server port
PORT=3001