Compare commits
No commits in common. "f9846c59cafb6df18dc8e13ea2a1ef9e0b8159f0" and "0f97c71eb89fdcb19696a6baa50524c79915c1e1" have entirely different histories.
f9846c59ca
...
0f97c71eb8
2 changed files with 3 additions and 4 deletions
|
@ -7,8 +7,7 @@ data:
|
||||||
values.yaml: |
|
values.yaml: |
|
||||||
global:
|
global:
|
||||||
postgresqlEnabled: true
|
postgresqlEnabled: true
|
||||||
#redisEnabled: true
|
redisEnabled: true
|
||||||
#redis:
|
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
podLabels:
|
podLabels:
|
||||||
|
|
|
@ -9,14 +9,14 @@ stringData:
|
||||||
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"
|
||||||
ALLOWED_HOSTNAMES: '"${calcom_domain}"'
|
ALLOWED_HOSTNAMES: '"${calcom_domain}"'
|
||||||
CALCOM_TELEMETRY_DISABLED: ${quote}1${quote}
|
CALCOM_TELEMETRY_DISABLED: 1
|
||||||
SEND_FEEDBACK_EMAIL: "${admin_email}"
|
SEND_FEEDBACK_EMAIL: "${admin_email}"
|
||||||
|
|
||||||
NEXT_PUBLIC_APP_NAME: "Bookings for ${org_name}"
|
NEXT_PUBLIC_APP_NAME: "Bookings for ${org_name}"
|
||||||
NEXT_PUBLIC_SUPPORT_MAIL_ADDRESS: "${admin_email}"
|
NEXT_PUBLIC_SUPPORT_MAIL_ADDRESS: "${admin_email}"
|
||||||
NEXT_PUBLIC_COMPANY_NAME: "${org_name}"
|
NEXT_PUBLIC_COMPANY_NAME: "${org_name}"
|
||||||
# Set this to true in to disable new signups
|
# Set this to true in to disable new signups
|
||||||
NEXT_PUBLIC_DISABLE_SIGNUP: ${quote}1${quote}
|
NEXT_PUBLIC_DISABLE_SIGNUP: true
|
||||||
|
|
||||||
NEXTAUTH_SECRET: "${nextauth_secret}"
|
NEXTAUTH_SECRET: "${nextauth_secret}"
|
||||||
CALENDSO_ENCRYPTION_KEY: "${calendso_key}"
|
CALENDSO_ENCRYPTION_KEY: "${calendso_key}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue