feat: replace N8N_BASE_URL with N8N_WEBHOOK_URL (full webhook URL)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user