mirror of
				https://github.com/pelican-eggs/eggs.git
				synced 2025-10-31 17:08:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			548 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			548 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # Rethinkdb
 | |
| 
 | |
| ## [Website](https://rethinkdb.com/)
 | |
| 
 | |
| The open-source database for the realtime web
 | |
| ## Notes
 | |
| 
 | |
| - The web dashboard by default is disabled (remove the ` --no-http-admin` flag from startup to enable).
 | |
| - It defaults bind to 0.0.0.0 what is all interfaces so it is public availble.
 | |
| - On first start a admin pasword is randomly generated.
 | |
| 
 | |
| 
 | |
| ### Server Ports
 | |
| 
 | |
| Ports required to run the server in a table format.
 | |
| 
 | |
| | Port    | default |
 | |
| |---------|---------|
 | |
| | cluster | 25567   |
 | |
| | driver  | 25568   |
 | |
| | http    | 25569   | |