Skip to content
Snippets Groups Projects
Commit f260dfe2 authored by xeruf's avatar xeruf
Browse files

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

parent e18e88cf
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,9 @@ stringData:
NEXTAUTH_SECRET: "${nextauth_secret}"
CALENDSO_ENCRYPTION_KEY: "${calendso_key}"
EMAIL_FROM: "${outgoing_mail_from_address}"
EMAIL_FROM_NAME: "${org_name}"
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_PASSWORD: "${outgoing_mail_smtp_password}"
# email_enabled: "${outgoing_mail_enabled}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment