From 809aede181a89c5927083358ba889928fb5d993f Mon Sep 17 00:00:00 2001 From: bingshuo <565183519@qq.com> Date: Mon, 18 May 2026 20:43:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=93=B8=E6=B8=8A:=20=E6=B8=85=E7=A9=BAGITEA?= =?UTF-8?q?=5FTOKEN=20-=20=E5=B0=86=E7=94=B1=E9=83=A8=E7=BD=B2=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E6=B5=81=E6=B3=A8=E5=85=A5?= 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 e3c2484..58e6e2d 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: '3e16b79c427bb44b77c00b319aa641bde8f61d84', // 2026-05-13 冰朔提供 · 已注入 + GITEA_TOKEN: '', // 由部署工作流从 ZY_REPO_TOKEN 注入 GITEA_OWNER: 'bingshuo', GITEA_REPO: 'guanghulab', REPO_DIR: '/data/guanghulab/repo',