Change default port:
Client = 3000 API = 3001 Gateway = 3002
This commit is contained in:
		
							parent
							
								
									e35d972f41
								
							
						
					
					
						commit
						13cbf7bd88
					
				| @ -7,7 +7,7 @@ import { Connection } from "./events/Connection"; | ||||
| import Config from "./util/Config"; | ||||
| 
 | ||||
| var port = Number(process.env.PORT); | ||||
| if (isNaN(port)) port = 2000; | ||||
| if (isNaN(port)) port = 3002; | ||||
| 
 | ||||
| export class Server { | ||||
| 	public ws: WebSocketServer; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Flam3rboy
						Flam3rboy