From 0ad25b10717e8eb930f4430451b565a1dfefe771 Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Thu, 27 Feb 2025 19:40:53 +0000 Subject: [PATCH] apps/meet/calcom/calcom-keys: fix value formatting --- apps/meet/calcom/calcom-keys.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/meet/calcom/calcom-keys.yaml b/apps/meet/calcom/calcom-keys.yaml index de362fc..91bca0c 100644 --- a/apps/meet/calcom/calcom-keys.yaml +++ b/apps/meet/calcom/calcom-keys.yaml @@ -9,14 +9,14 @@ stringData: NEXT_PUBLIC_WEBAPP_URL: "https://${calcom_domain}" #NEXT_PUBLIC_API_V2_URL: "https://${calcom_domain}/api/v2" ALLOWED_HOSTNAMES: '"${calcom_domain}"' - CALCOM_TELEMETRY_DISABLED: 1 + CALCOM_TELEMETRY_DISABLED: ${quote}1${quote} SEND_FEEDBACK_EMAIL: "${admin_email}" NEXT_PUBLIC_APP_NAME: "Bookings for ${org_name}" NEXT_PUBLIC_SUPPORT_MAIL_ADDRESS: "${admin_email}" NEXT_PUBLIC_COMPANY_NAME: "${org_name}" # Set this to true in to disable new signups - NEXT_PUBLIC_DISABLE_SIGNUP: true + NEXT_PUBLIC_DISABLE_SIGNUP: ${quote}1${quote} NEXTAUTH_SECRET: "${nextauth_secret}" CALENDSO_ENCRYPTION_KEY: "${calendso_key}"