From c5a2544957995dc4fee4982901640a649bd6ce10 Mon Sep 17 00:00:00 2001 From: Marton Schneider Date: Sat, 18 Nov 2023 14:00:58 +0100 Subject: [PATCH] added the new S3 endpoint env var to the doc --- .../advanced/self-hosting/environment-variables/+page.markdoc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/docs/advanced/self-hosting/environment-variables/+page.markdoc b/src/routes/docs/advanced/self-hosting/environment-variables/+page.markdoc index 9bf2c7abe2..5a156f91eb 100644 --- a/src/routes/docs/advanced/self-hosting/environment-variables/+page.markdoc +++ b/src/routes/docs/advanced/self-hosting/environment-variables/+page.markdoc @@ -124,6 +124,7 @@ If running in production, it might be easier to use a 3rd party SMTP server as i | `_APP_STORAGE_S3_SECRET` | **version >= 0.13.0** AWS S3 storage secret key. Required when the storage adapter is set to S3. You can get your secret key from your AWS console. | | `_APP_STORAGE_S3_REGION` | **version >= 0.13.0** AWS S3 storage region. Required when storage adapter is set to S3. You can find your region info for your bucket from AWS console. | | `_APP_STORAGE_S3_BUCKET` | **version >= 0.13.0** AWS S3 storage bucket. Required when storage adapter is set to S3. You can create buckets in your AWS console. | +| `_APP_STORAGE_S3_ENDPOINT_URL` | **version >= ????** AWS S3 compatible storage's API URL. Required when using an alternative storage that has S3 compatible API. To get the appropriate value, look at the preferred storage's documentation. | `_APP_STORAGE_DO_SPACES_ACCESS_KEY` | **version >= 0.13.0** DigitalOcean spaces access key. Required when the storage adapter is set to DOSpaces. You can get your access key from your DigitalOcean console. | | `_APP_STORAGE_DO_SPACES_SECRET` | **version >= 0.13.0** DigitalOcean spaces secret key. Required when the storage adapter is set to DOSpaces. You can get your secret key from your DigitalOcean console. | | `_APP_STORAGE_DO_SPACES_REGION` | **version >= 0.13.0** DigitalOcean spaces region. Required when storage adapter is set to DOSpaces. You can find your region info for your space from DigitalOcean console. |