diff --git a/apps/meet/calcom/calcom-keys.yaml b/apps/meet/calcom/calcom-keys.yaml
index c0eb8b7c11c3984dc56853f541c18fe662dccbff..ea8e1b3950c7e07f01adf8f552d3827d2d8bb405 100644
--- a/apps/meet/calcom/calcom-keys.yaml
+++ b/apps/meet/calcom/calcom-keys.yaml
@@ -6,6 +6,7 @@ metadata:
 stringData:
   DATABASE_URL: "postgresql://calcom:${postgresql_password}@calcom-postgresql/calcom"
   NEXT_PUBLIC_WEBAPP_URL: "https://${calcom_domain}"
+  NEXT_PUBLIC_API_V2_URL: "https://${calcom_domain}/api/v2"
   NEXTAUTH_SECRET: "${nextauth_secret}"
   CALENDSO_ENCRYPTION_KEY: "${calendso_key}"
   EMAIL_FROM: "${outgoing_mail_from_address}"