From 13681c92469e1cc8474e039a2589751d4b7b374a Mon Sep 17 00:00:00 2001 From: Deepturn <33342819+Deepturn@users.noreply.github.com> Date: Mon, 15 Dec 2025 11:50:00 +0800 Subject: [PATCH] Modify FastGPT environment variable names (#6094) Updated FastGPT environment variable names for clarity. --- document/content/docs/upgrading/4-13/4132.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/document/content/docs/upgrading/4-13/4132.mdx b/document/content/docs/upgrading/4-13/4132.mdx index 27ce0e22f..96253ca06 100644 --- a/document/content/docs/upgrading/4-13/4132.mdx +++ b/document/content/docs/upgrading/4-13/4132.mdx @@ -17,8 +17,8 @@ description: 'FastGPT V4.13.2 更新说明' ### 2. 增加 FastGPT/FastGPT-pro 环境变量 ``` -S3_PUBLIC_BUCKET=fastgpt_public #(公开读公开桶名称,对应原来 plugin 项目的S3_TOOL_BUCKET) -S3_PRIVATE_BUCKET=fastgpt_private #(私有读私有写桶名称,对应原来 plugin 项目的S3_PLUGIN_BUCKET) +S3_PUBLIC_BUCKET=fastgpt-public #(公开读公开桶名称,对应原来 plugin 项目的S3_TOOL_BUCKET) +S3_PRIVATE_BUCKET=fastgpt-private #(私有读私有写桶名称,对应原来 plugin 项目的S3_PLUGIN_BUCKET) ``` ### 3. 修复 fastgpt-plugin 环境变量