Files
AI-Check-Test/.gitea/config.yaml
dongzi 01a25b92c0
All checks were successful
API接口参数变更检测 / api-param-check (push) Successful in 17s
py修改
2026-06-05 10:21:53 +08:00

40 lines
1.1 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ============================================================
# AI-Check 配置文件(位于 .gitea/ 目录,与业务代码解耦)
# ============================================================
# 业务 Java 源码目录(相对仓库根目录)
# 单模块: src/main/java
# 多模块: ftb/src/main/java
source_dir: "ftb/src/main/java"
# ---------- 企业微信机器人 ----------
wecom:
webhook_url: "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=61f08cc9-b734-4dff-a931-7f33654c0a81"
# ---------- 豆包 LLM审核接口参数变更----------
llm:
enabled: false
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: ""