apps/meet/calcom/calcom-keys: fix allowed hostnames
https://www.yaml.info/learn/quote.html
This commit is contained in:
parent
79200a4aa2
commit
420a826f82
|
@ -5,7 +5,7 @@ metadata:
|
||||||
namespace: stackspout
|
namespace: stackspout
|
||||||
stringData:
|
stringData:
|
||||||
DATABASE_URL: "postgresql://calcom:${postgresql_password}@calcom-postgresql/calcom"
|
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_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}"
|
NEXTAUTH_SECRET: "${nextauth_secret}"
|
||||||
|
|
Loading…
Reference in New Issue