ByteArena / ba

Byte Arena CLI
https://doc.bytearena.com
Other
17 stars 1 forks source link

Change default ports #2

Closed johnsudaar closed 6 years ago

johnsudaar commented 6 years ago

It would be nice to provide a CLI option to change the default ports since 8081 and 8080 are often already used.

xtuc commented 6 years ago

You can specify a port by passing --port PORT. The visualization will listen on PORT + 1.

We should make the documentation clear enough about this.

johnsudaar commented 6 years ago

Right sorry

xtuc commented 6 years ago

I added a few lines in the documentation.