From 420a826f821cb37d0f63687c15648af39e60dd62 Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Tue, 17 Sep 2024 10:21:30 +0300 Subject: [PATCH] apps/meet/calcom/calcom-keys: fix allowed hostnames https://www.yaml.info/learn/quote.html --- apps/meet/calcom/calcom-keys.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/meet/calcom/calcom-keys.yaml b/apps/meet/calcom/calcom-keys.yaml index 146193a..09ae12f 100644 --- a/apps/meet/calcom/calcom-keys.yaml +++ b/apps/meet/calcom/calcom-keys.yaml @@ -5,7 +5,7 @@ metadata: namespace: stackspout stringData: DATABASE_URL: "postgresql://calcom:${postgresql_password}@calcom-postgresql/calcom" - ALLOWED_HOSTNAMES: "${calcom_domain}" + ALLOWED_HOSTNAMES: '"${calcom_domain}"' NEXT_PUBLIC_WEBAPP_URL: "https://${calcom_domain}" #NEXT_PUBLIC_API_V2_URL: "https://${calcom_domain}/api/v2" NEXTAUTH_SECRET: "${nextauth_secret}"