perf: deploy doc

This commit is contained in:
archer
2026-03-31 22:32:05 +08:00
parent d82e9f39ac
commit 9c2f1ee680
32 changed files with 1168 additions and 569 deletions
+10 -9
View File
@@ -24,32 +24,33 @@ HIDE_CHAT_COPYRIGHT_SETTING=
# PRO_URL=
# 插件服务
PLUGIN_BASE_URL=http://localhost:3003
PLUGIN_BASE_URL=http://localhost:3004
PLUGIN_TOKEN=token
# 代码沙箱服务
CODE_SANDBOX_URL=http://localhost:3002
CODE_SANDBOX_TOKEN=
CODE_SANDBOX_TOKEN=codesandbox
# AI Proxy API
AIPROXY_API_ENDPOINT=https://localhost:3010
AIPROXY_API_TOKEN=aiproxy
AIPROXY_API_TOKEN=token
# Agent sandbox
AGENT_SANDBOX_PROVIDER=
AGENT_SANDBOX_PROVIDER=opensandbox
# Sealos devbox
AGENT_SANDBOX_SEALOS_BASEURL=
AGENT_SANDBOX_SEALOS_TOKEN=
# OpenSandbox 配置(PROVIDER=opensandbox 时生效)
AGENT_SANDBOX_OPENSANDBOX_BASEURL=
AGENT_SANDBOX_OPENSANDBOX_BASEURL=http://localhost:8090
AGENT_SANDBOX_OPENSANDBOX_API_KEY=
AGENT_SANDBOX_OPENSANDBOX_RUNTIME=docker
AGENT_SANDBOX_OPENSANDBOX_IMAGE_REPO=registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-agent-sandbox
AGENT_SANDBOX_OPENSANDBOX_IMAGE_TAG=latest
AGENT_SANDBOX_OPENSANDBOX_IMAGE_TAG=v0.0.2
# Volume 持久化配置(opensandbox provider 下可选)
AGENT_SANDBOX_ENABLE_VOLUME=false
AGENT_SANDBOX_VOLUME_MANAGER_URL=
AGENT_SANDBOX_VOLUME_MANAGER_TOKEN=
AGENT_SANDBOX_ENABLE_VOLUME=true
AGENT_SANDBOX_VOLUME_MANAGER_URL=http://localhost:3005
AGENT_SANDBOX_VOLUME_MANAGER_TOKEN=vmtoken
AGENT_SANDBOX_VOLUME_MANAGER_MOUNT_PATH=/workspace
# E2B 配置(PROVIDER=e2b 时生效)
AGENT_SANDBOX_E2B_API_KEY=
+1 -1
View File
@@ -2,7 +2,7 @@
{
"feConfigs": {
"lafEnv": "https://laf.dev", // laf环境。 https://laf.run (杭州阿里云) ,或者私有化的laf环境。如果使用 Laf openapi 功能,需要最新版的 laf 。
"mcpServerProxyEndpoint": "" // mcp server 代理地址,例如: http://localhost:3005
"mcpServerProxyEndpoint": "http://localhost:3003" // mcp server 代理地址,例如: http://localhost:3004
},
"systemEnv": {
"datasetParseMaxProcess": 10, // 知识库文件解析最大线程数量