From ec8939f5c0376be2a27494a5497f59d76985f186 Mon Sep 17 00:00:00 2001 From: bingshuo <565183519@qq.com> Date: Mon, 18 May 2026 20:46:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=93=B8=E6=B8=8A:=20=E7=9B=B4=E6=8E=A5?= =?UTF-8?q?=E6=B3=A8=E5=85=A5=E6=96=B0GITEA=5FTOKEN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/mcp-server/ecosystem.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/mcp-server/ecosystem.config.js b/server/mcp-server/ecosystem.config.js index 58e6e2d..e8d6a73 100644 --- a/server/mcp-server/ecosystem.config.js +++ b/server/mcp-server/ecosystem.config.js @@ -15,7 +15,7 @@ module.exports = { MCP_PORT: '8083', MCP_HOST: '127.0.0.1', GITEA_URL: 'http://127.0.0.1:3001', - GITEA_TOKEN: '', // 由部署工作流从 ZY_REPO_TOKEN 注入 + GITEA_TOKEN: '2d924a6e19b44d14bf367f5dd1ce238510128183', // 铸渊 Direct注入 - 冰朔个人令牌 GITEA_OWNER: 'bingshuo', GITEA_REPO: 'guanghulab', REPO_DIR: '/data/guanghulab/repo',