更新端口配置为8787,新增 .dockerignore 文件

This commit is contained in:
2026-04-30 15:14:37 +08:00
parent c806f03d51
commit 0d567644c8
4 changed files with 43 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { tool } from "@opencode-ai/plugin";
const internalBaseUrl = process.env.TJWATER_AGENT_INTERNAL_BASE_URL ?? "http://127.0.0.1:8788";
const internalBaseUrl = process.env.TJWATER_AGENT_INTERNAL_BASE_URL ?? "http://127.0.0.1:8787";
const internalToken = process.env.TJWATER_AGENT_INTERNAL_TOKEN ?? "";
export default tool({