diff --git a/apps/formbricks-com/app/docs/self-hosting/external-auth-providers/page.mdx b/apps/formbricks-com/app/docs/self-hosting/external-auth-providers/page.mdx index 605f42247c..28f6b1f29c 100644 --- a/apps/formbricks-com/app/docs/self-hosting/external-auth-providers/page.mdx +++ b/apps/formbricks-com/app/docs/self-hosting/external-auth-providers/page.mdx @@ -147,7 +147,7 @@ These variables can be provided at the runtime i.e. in your docker-compose file. | S3_ACCESS_KEY | Access key for S3. | optional | (resolved by the AWS SDK) | | 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 | Bucket name for S3. | optional (required if S3 is enabled) | | +| S3_BUCKET_NAME | Bucket name for S3. | optional (required if S3 is enabled) | | | S3_ENDPOINT | Endpoint for S3. | optional | (resolved by the AWS SDK) | | PRIVACY_URL | URL for privacy policy. | optional | | | TERMS_URL | URL for terms of service. | optional | |