Compare commits
2 commits
0f97c71eb8
...
f9846c59ca
Author | SHA1 | Date | |
---|---|---|---|
|
f9846c59ca | ||
|
0ad25b1071 |
2 changed files with 4 additions and 3 deletions
|
@ -7,7 +7,8 @@ data:
|
|||
values.yaml: |
|
||||
global:
|
||||
postgresqlEnabled: true
|
||||
redisEnabled: true
|
||||
#redisEnabled: true
|
||||
#redis:
|
||||
|
||||
frontend:
|
||||
podLabels:
|
||||
|
|
|
@ -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