From 21f3c618dc5565d32f87dc268d5eda0b46821cc9 Mon Sep 17 00:00:00 2001 From: aar2dee2 <85004512+aar2dee2@users.noreply.github.com> Date: Thu, 25 May 2023 16:13:16 +0530 Subject: [PATCH] add relevant env vars --- .env.appStore.example | 5 +++++ turbo.json | 1 + 2 files changed, 6 insertions(+) diff --git a/.env.appStore.example b/.env.appStore.example index fe1f1038a9..e3b94b8e23 100644 --- a/.env.appStore.example +++ b/.env.appStore.example @@ -99,6 +99,11 @@ VITAL_REGION="us" # @see https://github.com/calcom/cal.com/blob/main/packages/app-store/zapier/README.md ZAPIER_INVITE_LINK="" +# - MAKE +# Used for the Make integration +# @see https://github.com/calcom/cal.com/blob/main/packages/app-store/make/README.md +MAKE_INVITE_LINK="" + # - LARK # Needed to enable Lark Calendar integration and Login with Lark # @see diff --git a/turbo.json b/turbo.json index 2ab5a86df0..f89a21eb0f 100644 --- a/turbo.json +++ b/turbo.json @@ -208,6 +208,7 @@ "LARK_OPEN_APP_ID", "LARK_OPEN_APP_SECRET", "LARK_OPEN_VERIFICATION_TOKEN", + "MAKE_INVITE_LINK", "MS_GRAPH_CLIENT_ID", "MS_GRAPH_CLIENT_SECRET", "NEXT_PUBLIC_API_URL",