add relevant env vars

This commit is contained in:
aar2dee2 2023-05-25 16:13:16 +05:30
parent e639b8891d
commit 21f3c618dc
2 changed files with 6 additions and 0 deletions

View File

@ -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 <https://open.larksuite.com/document/ukTMukTMukTM/ukDNz4SO0MjL5QzM/g>

View File

@ -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",