apps/meet/calcom/calcom-keys: fix smtp port

This commit is contained in:
xeruf 2024-09-08 16:23:04 +03:00
parent e18e88cfa9
commit f260dfe25b
1 changed files with 2 additions and 1 deletions

View File

@ -9,8 +9,9 @@ stringData:
NEXTAUTH_SECRET: "${nextauth_secret}" NEXTAUTH_SECRET: "${nextauth_secret}"
CALENDSO_ENCRYPTION_KEY: "${calendso_key}" CALENDSO_ENCRYPTION_KEY: "${calendso_key}"
EMAIL_FROM: "${outgoing_mail_from_address}" EMAIL_FROM: "${outgoing_mail_from_address}"
EMAIL_FROM_NAME: "${org_name}"
EMAIL_SERVER_HOST: "${outgoing_mail_smtp_host}" EMAIL_SERVER_HOST: "${outgoing_mail_smtp_host}"
EMAIL_SERVER_PORT: "!!str ${outgoing_mail_smtp_port}" EMAIL_SERVER_PORT: "${outgoing_mail_smtp_port}"
EMAIL_SERVER_USER: "${outgoing_mail_smtp_user}" EMAIL_SERVER_USER: "${outgoing_mail_smtp_user}"
EMAIL_SERVER_PASSWORD: "${outgoing_mail_smtp_password}" EMAIL_SERVER_PASSWORD: "${outgoing_mail_smtp_password}"
# email_enabled: "${outgoing_mail_enabled}" # email_enabled: "${outgoing_mail_enabled}"