From 976c07a4e9ac59fa97e43405782f58803d465b9a Mon Sep 17 00:00:00 2001 From: seb Date: Tue, 4 Feb 2025 15:04:18 +0000 Subject: [PATCH] Add API_ADMIN_LOGOS_S3_BUCKET_NAME to self-hosting docs --- fern/pages/self-hosting.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fern/pages/self-hosting.mdx b/fern/pages/self-hosting.mdx index 1427a8e..8dbb4a7 100644 --- a/fern/pages/self-hosting.mdx +++ b/fern/pages/self-hosting.mdx @@ -95,6 +95,9 @@ services: # See "SAML State Signing Key" below. For initial testing, this default value is fine. API_SAML_STATE_SIGNING_KEY: "0000000000000000000000000000000000000000000000000000000000000000" + + # This should be the s3 bucket used to store admin logos. + API_ADMIN_LOGOS_S3_BUCKET_NAME: "s3-bucket-name" ports: - "8081:80"