fix: Set max value for port to 65535

This commit is contained in:
Sturdy 2024-01-31 13:55:46 +01:00
parent d18be4b8d7
commit 0fc5dd5872

View File

@ -83,7 +83,7 @@
"label": "Email server port (SMTP)", "label": "Email server port (SMTP)",
"required": true, "required": true,
"min": 1, "min": 1,
"max": 8, "max": 65535,
"env_variable": "EMAIL_SERVER_PORT" "env_variable": "EMAIL_SERVER_PORT"
}, },
{ {