apps/meet/calcom/calcom-keys: disable allowed hostnames

This commit is contained in:
xeruf 2024-09-17 10:26:53 +03:00
parent 420a826f82
commit 22c665fc9d
1 changed files with 1 additions and 1 deletions

View File

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