erlanglab / erlangpl

Tool for developers working with systems running on the Erlang VM (BEAM). It helps with performance analysis.
http://www.erlang.pl/
Apache License 2.0
546 stars 40 forks source link

Remove hardcoded port from UI and set default to 37575 #44

Closed baransu closed 7 years ago

baransu commented 7 years ago

Fixes: #41

Our default port right now is 37575 and UI gets port number from url in production while in development it's looking for default port.

michalslaski commented 7 years ago

@Baransu Please update README and getting started sections with the new default port.