Files
AI-Check-Test/.gitea/config.yaml
dongzi 556f5b8ab6
Some checks failed
API Parameter Change Check / api-param-check (push) Failing after 3s
test
2026-06-03 15:02:21 +08:00

34 lines
803 B
YAML

# AI-Check 配置文件
# 业务源码在 ftb 模块下
source_dir: "ftb/src/main/java"
java_parser_jar: ".gitea/java-parser/target/controller-parser-1.0.0.jar"
wecom:
webhook_url: "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=61f08cc9-b734-4dff-a931-7f33654c0a81"
llm:
enabled: true
api_key: "2f3f7ee9-a6f7-46b7-a709-a36743a83a04"
model: "doubao-seed-1-8-251228"
endpoint_id: ""
api_url: "https://ark.cn-beijing.volces.com/api/v3/chat/completions"
timeout: null
log:
enabled: false
storage: "file"
file_dir: ".gitea/logs/api-changes"
mysql:
host: "YOUR_MYSQL_HOST"
port: 3306
user: "YOUR_MYSQL_USER"
password: "YOUR_MYSQL_PASSWORD"
database: "YOUR_MYSQL_DATABASE"
table: "api_change_logs"
notify:
only_on_change: true
mentioned_users: ""