Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add webui #582

Merged
merged 15 commits into from
Jul 9, 2020
1 change: 1 addition & 0 deletions images/utils/launcher/config/mainnet.conf
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,4 @@

[webui]
#disabled = false
#expose-ports = ["8888"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to #expose-ports = ["8888:8080"]

3 changes: 2 additions & 1 deletion images/utils/launcher/config/simnet.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@
#disabled = false

[webui]
#disabled = false
#disabled = false
#expose-ports = ["28888"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to #expose-ports = ["28888:8080"]

1 change: 1 addition & 0 deletions images/utils/launcher/config/testnet.conf
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,4 @@

[webui]
#disabled = false
#expose-ports = ["18888"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to #expose-ports = ["18888:8080"]