# PostgreSQL 连接串 DATABASE_URL=postgres://postgres:postgres@localhost:5432/teamhelper?sslmode=disable # Telegram Bot Token(从 @BotFather 获取) TELEGRAM_BOT_TOKEN=your-bot-token-here # 管理员 Telegram 用户 ID(逗号分隔) TELEGRAM_ADMIN_IDS=123456789 # 可选:代理地址(支持 http/socks5) # PROXY_URL=socks5://127.0.0.1:1080 # Token 定时检测间隔(分钟) TOKEN_CHECK_INTERVAL=30 # Team 容量上限 TEAM_CAPACITY=5