apps/meet/calcom/calcom-keys: fix allowed hostnames
This commit is contained in:
parent
2a1d6314e4
commit
79200a4aa2
|
@ -5,9 +5,9 @@ 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"
|
||||
#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}"
|
||||
|
|
Loading…
Reference in New Issue