docs: Update default SSH port

Updates default SSH port as previous value was below the possible port range of Pterodactyl
This commit is contained in:
Softwarenoob 2021-07-22 11:16:02 +03:00
parent 06473a8cfd
commit ff17f7f62e
No known key found for this signature in database
GPG Key ID: C6172741CCF116A1
2 changed files with 3 additions and 3 deletions

View File

@ -8,4 +8,4 @@ Ports required to run the server in a table format.
| Port | default |
| ---- | ------- |
| App | 3000 |
| SSH | 22 |
| SSH | 2020 |

View File

@ -41,10 +41,10 @@
"name": "SSH Port",
"description": "SSH port displayed in clone URL.",
"env_variable": "SSH_PORT",
"default_value": "22",
"default_value": "2020",
"user_viewable": true,
"user_editable": false,
"rules": "required|integer|between:1,65535"
"rules": "required|integer|between:1024,65535"
}
]
}