ci/woodpecker/push/tests Pipeline was successful
limit tool result to open router tool response (with truncated info for ai) Hard kill if graceful shutdown is too long
25 lines
366 B
Bash
25 lines
366 B
Bash
HTTP_PORT=3000
|
|
|
|
WEBHOOK_SIG_HEADER_SECRET=
|
|
|
|
OPEN_ROUTER_API_KEY=
|
|
OPEN_ROUTER_MODEL=deepseek/deepseek-v4-flash
|
|
OPEN_ROUTER_TIMEOUT=120
|
|
|
|
BOT_MAX_CONCURRENT=5
|
|
|
|
GITEA_URL=https://gitea.example.com
|
|
GITEA_TOKEN=
|
|
GITEA_TIMEOUT=30
|
|
|
|
# Optional
|
|
SENTRY_DSN=
|
|
RUST_LOG=info
|
|
RUST_BACKTRACE=1
|
|
|
|
METRICS_BIND_ADDR=
|
|
|
|
# Sandboxed tool execution
|
|
# DOCKER_HOST=
|
|
SANDBOX_MAX_ITERATIONS=8
|