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)",
|
"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"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user