fix: Set max value for port to 65535
This commit is contained in:
parent
d18be4b8d7
commit
0fc5dd5872
|
@ -83,7 +83,7 @@
|
|||
"label": "Email server port (SMTP)",
|
||||
"required": true,
|
||||
"min": 1,
|
||||
"max": 8,
|
||||
"max": 65535,
|
||||
"env_variable": "EMAIL_SERVER_PORT"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user