From 8460ee50b228f17c1ba164cfdcb175c03cf7687c Mon Sep 17 00:00:00 2001 From: Archer <545436317@qq.com> Date: Sun, 27 Jul 2025 12:42:13 +0800 Subject: [PATCH] Update 4100.mdx (#5325) --- .../docs/introduction/development/upgrading/4100.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/document/content/docs/introduction/development/upgrading/4100.mdx b/document/content/docs/introduction/development/upgrading/4100.mdx index 690013908..323dfd1fb 100644 --- a/document/content/docs/introduction/development/upgrading/4100.mdx +++ b/document/content/docs/introduction/development/upgrading/4100.mdx @@ -36,8 +36,8 @@ LOG_LEVEL=info # S3 配置 MINIO_CUSTOM_ENDPOINT=External MINIO_ENDPOINT=Internal地址 -MINIO_PORT=443 -MINIO_USE_SSL=true +MINIO_PORT=80 +MINIO_USE_SSL=false MINIO_ACCESS_KEY=Access Key MINIO_SECRET_KEY=Secret Key MINIO_BUCKET=存储桶名 @@ -54,4 +54,4 @@ PLUGIN_TOKEN=刚修改的 AUTH_TOKEN 值 1. 独立系统工具服务,支持系统工具独立开发和调试。 2. 更新系统工具开发指南[系统工具开发指南](/docs/introduction/guide/plugins/dev_system_tool/)。 -3. 更新[系统工具设计文档](/docs/introduction/guide/plugins/design_plugin/)。 \ No newline at end of file +3. 更新[系统工具设计文档](/docs/introduction/guide/plugins/design_plugin/)。