This commit is contained in:
@@ -1,13 +1,17 @@
|
||||
# AI-Check 配置文件
|
||||
# 业务源码在 ftb 模块下
|
||||
# ============================================================
|
||||
# AI-Check 配置文件(位于 .gitea/ 目录,与业务代码解耦)
|
||||
# ============================================================
|
||||
|
||||
# 业务 Java 源码目录(相对仓库根目录)
|
||||
# 单模块: src/main/java
|
||||
# 多模块: ftb/src/main/java
|
||||
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(审核接口参数变更)----------
|
||||
llm:
|
||||
enabled: true
|
||||
api_key: "2f3f7ee9-a6f7-46b7-a709-a36743a83a04"
|
||||
@@ -16,6 +20,7 @@ llm:
|
||||
api_url: "https://ark.cn-beijing.volces.com/api/v3/chat/completions"
|
||||
timeout: null
|
||||
|
||||
# ---------- 变更日志 ----------
|
||||
log:
|
||||
enabled: false
|
||||
storage: "file"
|
||||
@@ -28,6 +33,7 @@ log:
|
||||
database: "YOUR_MYSQL_DATABASE"
|
||||
table: "api_change_logs"
|
||||
|
||||
# ---------- 通知 ----------
|
||||
notify:
|
||||
only_on_change: true
|
||||
mentioned_users: ""
|
||||
|
||||
Reference in New Issue
Block a user