From f260dfe25b6c2b7302fc56d64f4c7ed6b8bcef0c Mon Sep 17 00:00:00 2001
From: xeruf <27jf@pm.me>
Date: Sun, 8 Sep 2024 16:23:04 +0300
Subject: [PATCH] apps/meet/calcom/calcom-keys: fix smtp port

---
 apps/meet/calcom/calcom-keys.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/apps/meet/calcom/calcom-keys.yaml b/apps/meet/calcom/calcom-keys.yaml
index 779b0ad..92b21a3 100644
--- a/apps/meet/calcom/calcom-keys.yaml
+++ b/apps/meet/calcom/calcom-keys.yaml
@@ -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}"
-- 
GitLab