Files
Daan Schouteden 4ed3410eb4 Lower default Cursor review timeout to five minutes.
Balance responsiveness with cloud agent runtimes that exceeded the previous two-minute limit.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-03 11:28:45 +02:00

13 lines
241 B
Bash

CURSOR_API_KEY=
GITEA_TOKEN=
GITEA_BASE_URL=https://gitea.example.com
GITEA_BOT_LOGIN=comedykit-pr-bot
WEBHOOK_SECRET=
PORT=8787
DEFAULT_BASE_BRANCH=main
MAX_INLINE_COMMENTS=5
REVIEW_TIMEOUT_MS=300000
DEDUPE_TTL_SECONDS=1800
LOG_LEVEL=info