-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1e3cc13
commit c6401f1
Showing
4 changed files
with
772 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -417,3 +417,12 @@ DIRECTORY_IDS_TO_LOG= | |
# Set this when Cal.com is used to serve only one organization's booking pages | ||
# Read more about it in the README.md | ||
NEXT_PUBLIC_SINGLE_ORG_SLUG= | ||
|
||
# Google Calendar Service Account for Domain Wide Delegation | ||
# Enable Workload Identity Federation (recommended) or use Service Account | ||
USE_WORKLOAD_IDENTITY_FEDERATION=false | ||
GCP_PROJECT_ID=my-project-123456 | ||
GCP_PROJECT_NUMBER=1234567890 | ||
GCP_SERVICE_ACCOUNT_EMAIL=[email protected] | ||
GCP_WORKLOAD_IDENTITY_POOL_ID=vercel | ||
GCP_WORKLOAD_IDENTITY_POOL_PROVIDER_ID=vercel |
Oops, something went wrong.