All checks were successful
Build and Deploy Log Center / build-and-deploy (push) Successful in 1m35s
22 lines
531 B
Plaintext
22 lines
531 B
Plaintext
# Log Center 配置
|
|
LOG_CENTER_URL=https://qiyuan-log-center-api.airlabs.art
|
|
|
|
# Claude CLI 配置
|
|
CLAUDE_CLI_PATH=claude
|
|
CLAUDE_TIMEOUT=300
|
|
|
|
# Git 配置
|
|
GIT_USER_NAME=repair-agent
|
|
GIT_USER_EMAIL=agent@airlabs.art
|
|
GITEA_TOKEN=your_token_here
|
|
|
|
# 项目路径映射 (project_id -> 本地路径)
|
|
PATH_rtc_backend=/Users/maidong/Desktop/zyc/qy_gitlab/rtc_backend
|
|
PATH_rtc_web=/Users/maidong/Desktop/zyc/qy_gitlab/rtc_web
|
|
|
|
# 安全配置
|
|
MAX_RETRY_COUNT=3
|
|
MAX_MODIFIED_LINES=50
|
|
MAX_MODIFIED_FILES=5
|
|
CRITICAL_FILES=payment,auth,security
|