From 8faae5e11f931399a26e679b8b5168970720549e Mon Sep 17 00:00:00 2001 From: kahghi Date: Tue, 21 Jan 2025 17:46:57 +0800 Subject: [PATCH] add GCS related environment variables --- .../advanced-topics/env-configuration.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/getting-started/advanced-topics/env-configuration.md b/docs/getting-started/advanced-topics/env-configuration.md index 6d5987a..46a9a9e 100644 --- a/docs/getting-started/advanced-topics/env-configuration.md +++ b/docs/getting-started/advanced-topics/env-configuration.md @@ -1968,6 +1968,18 @@ These variables are not specific to Open WebUI but can still be valuable in cert - Type: `str` - Description: Sets the secret access key for S3 storage. +### Google Cloud Storage +#### `GCS_BUCKET_NAME` + +- Type: `str` +- Description: Sets the bucket name for Google Cloud Storage + +#### `GOOGLE_APPLICATION_CREDENTIALS_JSON` + +- Type: `JSON` +- Description: Contents of Google Application Credentials JSON file. + + ### Database Pool #### `DATABASE_URL`