apps/meet/calcom/calcom-keys: fix value formatting
This commit is contained in:
parent
0f97c71eb8
commit
0ad25b1071
1 changed files with 2 additions and 2 deletions
|
@ -9,14 +9,14 @@ stringData:
|
|||
NEXT_PUBLIC_WEBAPP_URL: "https://${calcom_domain}"
|
||||
#NEXT_PUBLIC_API_V2_URL: "https://${calcom_domain}/api/v2"
|
||||
ALLOWED_HOSTNAMES: '"${calcom_domain}"'
|
||||
CALCOM_TELEMETRY_DISABLED: 1
|
||||
CALCOM_TELEMETRY_DISABLED: ${quote}1${quote}
|
||||
SEND_FEEDBACK_EMAIL: "${admin_email}"
|
||||
|
||||
NEXT_PUBLIC_APP_NAME: "Bookings for ${org_name}"
|
||||
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: ${quote}1${quote}
|
||||
|
||||
NEXTAUTH_SECRET: "${nextauth_secret}"
|
||||
CALENDSO_ENCRYPTION_KEY: "${calendso_key}"
|
||||
|
|
Loading…
Add table
Reference in a new issue