更新 DEEPSEEK_API_KEY 为默认值

This commit is contained in:
2026-05-20 14:59:06 +08:00
parent 3da1a4585c
commit 2dfe06bef7
+1 -1
View File
@@ -13,7 +13,7 @@ services:
NODE_ENV: production NODE_ENV: production
HOST: 0.0.0.0 HOST: 0.0.0.0
PORT: 8787 PORT: 8787
DEEPSEEK_API_KEY: "sk-8941428ad9be4c789becfa8d66534aba" DEEPSEEK_API_KEY: "your_deepseek_api_key"
TJWATER_API_BASE_URL: "http://127.0.0.1:8000" TJWATER_API_BASE_URL: "http://127.0.0.1:8000"
# Embedded 模式:容器内启动 opencode CLI 子进程 # Embedded 模式:容器内启动 opencode CLI 子进程
OPENCODE_MODE: embedded OPENCODE_MODE: embedded