# Docker Compose Environment Variables for Development # Copy this file to .env and adjust values # Admin Session Secret (optional, has default: dev-session-secret-change-me) #ADMIN_SESSION_SECRET=your-secret-here # Telegram Bot Configuration (optional) TELEGRAM_ENABLED=false TELEGRAM_SEND_TEST_ON_START=false # Bot-Token from @BotFather # Example: 123456789:ABCdefGHIjklMNOpqrsTUVwxyz1234567890 TELEGRAM_BOT_TOKEN=your-bot-token-here # Chat-ID of the Telegram group (negative for groups!) # Get via: https://api.telegram.org/bot/getUpdates # Example: -1001234567890 TELEGRAM_CHAT_ID=your-chat-id-here