From 7fdc2eec3467f8d487386da5bb157f8953e57a1e Mon Sep 17 00:00:00 2001 From: Dominique Barton Date: Thu, 24 Oct 2024 01:04:41 +0200 Subject: [PATCH] docs: remove unnecessary Airtable environment var (#3995) Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com> --- apps/docs/app/self-hosting/integrations/page.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/docs/app/self-hosting/integrations/page.mdx b/apps/docs/app/self-hosting/integrations/page.mdx index d9d6f9d60f..9531b3b14e 100644 --- a/apps/docs/app/self-hosting/integrations/page.mdx +++ b/apps/docs/app/self-hosting/integrations/page.mdx @@ -102,10 +102,9 @@ Enabling the Airtable Integration in a self-hosted environment requires creating /> 5. Click on the "Save" button and you are done -6. Now just copy **Client ID** and **Redirect URL** for your integration & add it to your **Formbricks environment variables** as in the docker compose file: +6. Now just copy **Client ID** for your integration & add it to your **Formbricks environment variables** as in the docker compose file: - `AIRTABLE_CLIENT_ID` -- `AIRTABLE_REDIRECT_URL` Voila! You have successfully enabled the Airtable integration in your self-hosted Formbricks instance. Now you can follow the steps mentioned in [Airtable Integration with Formbricks](/developer-docs/integrations/airtable) section to link an Airtable with Formbricks.