Files
gateway-telegram/.env.example

20 lines
366 B
Plaintext

TELEGRAM_BOT_TOKEN=your_bot_token_here
BOT_MODE=polling
TELEGRAM_DEBUG=false
N8N_BASE_URL=http://localhost:5678
N8N_AUTH_TOKEN=
OPENAI_API_KEY=your_openai_key_here
STT_PROVIDER=openai
WHISPER_MODEL=whisper-1
WHISPER_LANGUAGE=
VOICE_STORE_PATH=/tmp/gw_telegram/voice
REDIS_URL=redis://localhost:6379
SESSION_TTL=24
LOG_LEVEL=info
LOG_FORMAT=json
SERVER_PORT=8080