mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-25 23:33:00 +08:00
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:
parent
06473a8cfd
commit
ff17f7f62e
@ -8,4 +8,4 @@ Ports required to run the server in a table format.
|
||||
| Port | default |
|
||||
| ---- | ------- |
|
||||
| App | 3000 |
|
||||
| SSH | 22 |
|
||||
| SSH | 2020 |
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user