# you must use the HTTPS protocol and set the configuration to `SameSite=None, Secure=true, HttpOnly=true`.
# you must use the HTTPS protocol and set the configuration to `SameSite=None, Secure=true, HttpOnly=true`.
#
#
# The type of storage to use for storing user files. Supported values are `local` and `s3`, Default: `local`
# The type of storage to use for storing user files. Supported values are `local` and `s3` and `azure-blob`, Default: `local`
STORAGE_TYPE:local
STORAGE_TYPE:local
# The path to the local storage directory, the directory relative the root path of API service codes or absolute path. Default: `storage` or `/home/john/storage`.
# The path to the local storage directory, the directory relative the root path of API service codes or absolute path. Default: `storage` or `/home/john/storage`.
# only available when STORAGE_TYPE is `local`.
# only available when STORAGE_TYPE is `local`.
@ -81,6 +81,11 @@ services:
S3_ACCESS_KEY:'ak-difyai'
S3_ACCESS_KEY:'ak-difyai'
S3_SECRET_KEY:'sk-difyai'
S3_SECRET_KEY:'sk-difyai'
S3_REGION:'us-east-1'
S3_REGION:'us-east-1'
# The Azure Blob storage configurations, only available when STORAGE_TYPE is `azure-blob`.