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

apps/meet/calcom/calcom-keys: allow hostname

parent 7c7812f6
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,8 @@ stringData:
# https://github.com/calcom/cal.com/blob/main/.env.example
DATABASE_URL: "postgresql://calcom:${postgresql_password}@calcom-postgresql/calcom"
NEXT_PUBLIC_WEBAPP_URL: "https://${calcom_domain}"
#ALLOWED_HOSTNAMES: '"${calcom_domain}"'
#NEXT_PUBLIC_API_V2_URL: "https://${calcom_domain}/api/v2"
ALLOWED_HOSTNAMES: '"${calcom_domain}"'
CALCOM_TELEMETRY_DISABLED: 1
SEND_FEEDBACK_EMAIL: "${admin_email}"
......@@ -16,7 +16,7 @@ stringData:
NEXT_PUBLIC_SUPPORT_MAIL_ADDRESS: "${admin_email}"
NEXT_PUBLIC_COMPANY_NAME: "${org_name}"
# Set this to true in to disable new signups
# NEXT_PUBLIC_DISABLE_SIGNUP=true
NEXT_PUBLIC_DISABLE_SIGNUP: true
NEXTAUTH_SECRET: "${nextauth_secret}"
CALENDSO_ENCRYPTION_KEY: "${calendso_key}"
......
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