# Telegram Bot Token (from @BotFather) TELEGRAM_BOT_TOKEN=your-bot-token-here # Supabase PostgreSQL Connection (pooled via supavisor on port 6543) POSTGRES_HOST=192.168.178.3 POSTGRES_PORT=6543 POSTGRES_USER=postgres POSTGRES_PASSWORD=your-supabase-db-password POSTGRES_DB=postgres # Worker Configuration DEFAULT_INTERVAL_MINUTES=60 ADMIN_TELEGRAM_IDS=123456789 # Comma-separated Telegram user IDs with admin access