Skip to content

Commit

Permalink
chore: removed public ports in explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
riyasng12 committed Jan 21, 2024
1 parent 40fe658 commit d12a527
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package_io/polkadot_js_app.star
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ def run_pokadot_js_app(plan, ws_url):
ports = {
"TCP" : PortSpec(80)
},
public_ports = {
"TCP" : PortSpec(80)
},
env_vars = {
"WS_URL": ws_url,
}
Expand All @@ -28,6 +25,5 @@ def run_pokadot_js_app(plan, ws_url):
explorer_service_details = {}
explorer_service_details["service_name"] = service_details.name
explorer_service_details["endpoint"] = utils.get_service_url("http", service_details.ip_address, 80)
explorer_service_details["endpoint_public"] = utils.get_service_url("http", "127.0.0.1", 80)
all_explorer_service_details[service_details.name] = explorer_service_details
return all_explorer_service_details

0 comments on commit d12a527

Please sign in to comment.