apps/meet/calcom/calcom: test adjusted mail settings

This commit is contained in:
xeruf 2024-09-09 10:07:02 +03:00
parent 5c35fb1e34
commit 2a1d6314e4
2 changed files with 3 additions and 2 deletions

View File

@ -5,12 +5,13 @@ metadata:
namespace: stackspout
stringData:
DATABASE_URL: "postgresql://calcom:${postgresql_password}@calcom-postgresql/calcom"
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}"
CALENDSO_ENCRYPTION_KEY: "${calendso_key}"
EMAIL_FROM: "${outgoing_mail_from_address}"
EMAIL_FROM_NAME: "${org_name}"
#EMAIL_FROM_NAME: "${org_name}"
EMAIL_SERVER_HOST: "${outgoing_mail_smtp_host}"
EMAIL_SERVER_PORT: ${quote}${outgoing_mail_smtp_port}${quote}
EMAIL_SERVER_USER: "${outgoing_mail_smtp_user}"

View File

@ -9,7 +9,7 @@ spec:
spec:
# https://github.com/Pyrrha/calcom-helm/blob/main/charts/calcom-stack/Chart.yaml
chart: calcom-stack
version: 0.3.10
version: 0.3.13
sourceRef:
kind: HelmRepository
name: calcom