From 964f0e1400eabccf33315736ac8fca60723cb9d3 Mon Sep 17 00:00:00 2001 From: "Pan, Wen-Ming" Date: Wed, 26 Jun 2024 07:54:22 +0800 Subject: [PATCH] fix: Modify the incorrect configuration name for Google storage (#5595) Co-authored-by: Wenming Pan --- api/.env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/.env.example b/api/.env.example index 91dbfc4f6c..822166c68b 100644 --- a/api/.env.example +++ b/api/.env.example @@ -39,7 +39,7 @@ DB_DATABASE=dify # Storage configuration # use for store upload files, private keys... -# storage type: local, s3, azure-blob +# storage type: local, s3, azure-blob, google-storage STORAGE_TYPE=local STORAGE_LOCAL_PATH=storage S3_USE_AWS_MANAGED_IAM=false @@ -63,7 +63,7 @@ ALIYUN_OSS_REGION=your-region # Google Storage configuration GOOGLE_STORAGE_BUCKET_NAME=yout-bucket-name -GOOGLE_STORAGE_SERVICE_ACCOUNT_JSON=your-google-service-account-json-base64-string +GOOGLE_STORAGE_SERVICE_ACCOUNT_JSON_BASE64=your-google-service-account-json-base64-string # Tencent COS Storage configuration TENCENT_COS_BUCKET_NAME=your-bucket-name