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 | |