瀏覽代碼

chore(.env.example): add comments for opendal (#11778)

Signed-off-by: -LAN- <laipz8200@outlook.com>
tags/0.14.1
-LAN- 10 月之前
父節點
當前提交
2961fa0e08
No account linked to committer's email address
共有 1 個文件被更改,包括 6 次插入3 次删除
  1. 6
    3
      docker/.env.example

+ 6
- 3
docker/.env.example 查看文件

# The type of storage to use for storing user files. # The type of storage to use for storing user files.
STORAGE_TYPE=opendal 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_<SCHEME_NAME>_<CONFIG_NAME>.
# 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_<SCHEME_NAME> and automatically apply them.
# The scheme name for the OpenDAL storage.
OPENDAL_SCHEME=fs OPENDAL_SCHEME=fs
# Configurations for OpenDAL Local File System. # Configurations for OpenDAL Local File System.
OPENDAL_FS_ROOT=storage OPENDAL_FS_ROOT=storage


# Proxy # Proxy
HTTP_PROXY= HTTP_PROXY=
HTTPS_PROXY=
HTTPS_PROXY=

Loading…
取消
儲存