baton/.env.example

14 lines
320 B
Text
Raw Normal View History

2026-03-20 20:44:00 +02:00
# Telegram Bot
BOT_TOKEN=your_telegram_bot_token_here
CHAT_ID=-1001234567890
WEBHOOK_SECRET=your_random_secret_here
WEBHOOK_URL=https://yourdomain.com/api/webhook/telegram
2026-03-20 21:01:48 +02:00
# Set to false for local development without ngrok
WEBHOOK_ENABLED=true
2026-03-20 20:44:00 +02:00
# Database
DB_PATH=baton.db
# CORS
FRONTEND_ORIGIN=https://yourdomain.com