From fc3886fafa8be8fb6026e6c716d7370812116dd5 Mon Sep 17 00:00:00 2001 From: Thomas Sieffert Date: Fri, 27 Sep 2024 10:25:58 +0200 Subject: [PATCH] fix(docs): S3 endpoint was wrong (#3182) --- apps/docs/app/self-hosting/configuration/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/app/self-hosting/configuration/page.mdx b/apps/docs/app/self-hosting/configuration/page.mdx index 195d2a41c3..82e998b9bf 100644 --- a/apps/docs/app/self-hosting/configuration/page.mdx +++ b/apps/docs/app/self-hosting/configuration/page.mdx @@ -38,7 +38,7 @@ These variables are present inside your machine’s docker-compose file. Restart | S3_SECRET_KEY | Secret key for S3. | optional | (resolved by the AWS SDK) | | S3_REGION | Region for S3. | optional | (resolved by the AWS SDK) | | S3_BUCKET_NAME | S3 bucket name for data storage. Formbricks enables S3 storage when this is set. | optional (required if S3 is enabled) | | -| S3_ENDPOINT | Endpoint for S3. | optional | (resolved by the AWS SDK) | +| S3_ENDPOINT_URL | Endpoint for S3. | optional | (resolved by the AWS SDK) | | PRIVACY_URL | URL for privacy policy. | optional | | | TERMS_URL | URL for terms of service. | optional | | | IMPRINT_URL | URL for imprint. | optional | |