Skip to content
Snippets Groups Projects
Commit 420a826f authored by xeruf's avatar xeruf
Browse files

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

https://www.yaml.info/learn/quote.html
parent 79200a4a
No related branches found
No related tags found
No related merge requests found
......@@ -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}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment