From 0fc5dd5872e0c4854635a037504f149b1aac52b0 Mon Sep 17 00:00:00 2001 From: Sturdy <91910406+apollo-sturdy@users.noreply.github.com> Date: Wed, 31 Jan 2024 13:55:46 +0100 Subject: [PATCH] fix: Set max value for port to 65535 --- apps/calcom/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/calcom/config.json b/apps/calcom/config.json index 42bfe571..589a404f 100644 --- a/apps/calcom/config.json +++ b/apps/calcom/config.json @@ -83,7 +83,7 @@ "label": "Email server port (SMTP)", "required": true, "min": 1, - "max": 8, + "max": 65535, "env_variable": "EMAIL_SERVER_PORT" }, {