LobbyClient icon indicating copy to clipboard operation
LobbyClient copied to clipboard

Use configurable port instead of forcing 8080

Open Pupix opened this issue 8 years ago • 1 comments

As of now the client only works on port 8080, which is already taken most of the time, as in my case. I have a RethinkDB service running there all the time.

Would be nice to make the client use either a configurable port via params or a less commonly used port in the 65xxx.

Pupix avatar May 16 '16 21:05 Pupix

Using a port which is never used is other way to solve this. Example: 9673

Deudly avatar Aug 17 '16 08:08 Deudly