4ed3410eb4
Balance responsiveness with cloud agent runtimes that exceeded the previous two-minute limit. Co-authored-by: Cursor <cursoragent@cursor.com>
13 lines
241 B
Bash
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
|