feat: replace N8N_BASE_URL with N8N_WEBHOOK_URL (full webhook URL)

This commit is contained in:
2026-04-16 20:47:19 +02:00
parent 0f6649931f
commit 125b039d19
21 changed files with 33 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ TELEGRAM_BOT_TOKEN=your_bot_token_here
BOT_MODE=polling
TELEGRAM_DEBUG=false
N8N_BASE_URL=http://localhost:5678
N8N_WEBHOOK_URL=http://localhost:5678/webhook/your-webhook-id
N8N_AUTH_TOKEN=
OPENAI_API_KEY=your_openai_key_here