# Telegram Bot Token (from @BotFather) TELEGRAM_BOT_TOKEN=8653489932:AAHhyOD1jtimE7kg0zoVCUVd3l0YEz_YJgg # PostgreSQL Credentials POSTGRES_USER=postgres POSTGRES_PASSWORD=change-me-strong-password POSTGRES_DB=postgres # PostgREST JWT Secret (random string for signing tokens) JWT_SECRET=your-super-secret-jwt-key-change-in-production # Worker Configuration DEFAULT_INTERVAL_MINUTES=60 ADMIN_TELEGRAM_IDS=298181113 # Comma-separated Telegram user IDs with admin access