mirror of
				https://github.com/pelican-eggs/eggs.git
				synced 2025-11-04 10:58:06 +00: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 |
 | 
					| Port | default |
 | 
				
			||||||
| ---- | ------- |
 | 
					| ---- | ------- |
 | 
				
			||||||
| App  | 3000    |
 | 
					| App  | 3000    |
 | 
				
			||||||
| SSH  | 22      |
 | 
					| SSH  | 2020    |
 | 
				
			||||||
@ -41,10 +41,10 @@
 | 
				
			|||||||
            "name": "SSH Port",
 | 
					            "name": "SSH Port",
 | 
				
			||||||
            "description": "SSH port displayed in clone URL.",
 | 
					            "description": "SSH port displayed in clone URL.",
 | 
				
			||||||
            "env_variable": "SSH_PORT",
 | 
					            "env_variable": "SSH_PORT",
 | 
				
			||||||
            "default_value": "22",
 | 
					            "default_value": "2020",
 | 
				
			||||||
            "user_viewable": true,
 | 
					            "user_viewable": true,
 | 
				
			||||||
            "user_editable": false,
 | 
					            "user_editable": false,
 | 
				
			||||||
            "rules": "required|integer|between:1,65535"
 | 
					            "rules": "required|integer|between:1024,65535"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user