From 2961fa0e08de56ef7eef8e6c28a4994c27906996 Mon Sep 17 00:00:00 2001 From: -LAN- Date: Wed, 18 Dec 2024 15:20:03 +0800 Subject: [PATCH] chore(.env.example): add comments for opendal (#11778) Signed-off-by: -LAN- --- docker/.env.example | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docker/.env.example b/docker/.env.example index cd48c9e3a1..0a5dffc570 100644 --- a/docker/.env.example +++ b/docker/.env.example @@ -284,8 +284,11 @@ CONSOLE_CORS_ALLOW_ORIGINS=* # The type of storage to use for storing user files. STORAGE_TYPE=opendal -# Apache OpenDAL Configuration, refer to https://github.com/apache/opendal -# The scheme for the OpenDAL storage. +# Apache OpenDAL Configuration +# The configuration for OpenDAL consists of the following format: OPENDAL__. +# You can find all the service configurations (CONFIG_NAME) in the repository at: https://github.com/apache/opendal/tree/main/core/src/services. +# Dify will scan configurations starting with OPENDAL_ and automatically apply them. +# The scheme name for the OpenDAL storage. OPENDAL_SCHEME=fs # Configurations for OpenDAL Local File System. OPENDAL_FS_ROOT=storage @@ -919,4 +922,4 @@ MAX_SUBMIT_COUNT=100 # Proxy HTTP_PROXY= -HTTPS_PROXY= \ No newline at end of file +HTTPS_PROXY=