Skip to content

Commit

Permalink
chore: websocket->webserver
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanlakhani authored and hugomrdias committed Nov 14, 2023
1 parent 7565a89 commit 8679f19
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions homestar-runtime/tests/fixtures/test_rendezvous1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ console_subscriber_port = 5585
[node]

[node.network]
metrics_port = 4035
rpc_port = 9825
websocket_port = 8025
metrics_port = 4034
rpc_port = 9824
webserver_port = 8024
listen_address = "/ip4/127.0.0.1/tcp/7000"
enable_rendezvous_server = true
enable_mdns = false
Expand Down
2 changes: 1 addition & 1 deletion homestar-runtime/tests/fixtures/test_rendezvous2.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ console_subscriber_port = 5586
[node.network]
metrics_port = 4036
rpc_port = 9826
websocket_port = 8026
webserver_port = 8026
listen_address = "/ip4/127.0.0.1/tcp/7001"
announce_addresses = [
"/ip4/127.0.0.1/tcp/7001/p2p/16Uiu2HAm3g9AomQNeEctL2hPwLapap7AtPSNt8ZrBny4rLx1W5Dc",
Expand Down
2 changes: 1 addition & 1 deletion homestar-runtime/tests/fixtures/test_rendezvous3.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ console_subscriber_port = 5587
[node.network]
metrics_port = 4037
rpc_port = 9827
websocket_port = 8027
webserver_port = 8027
listen_address = "/ip4/127.0.0.1/tcp/7002"
node_addresses = [
"/ip4/127.0.0.1/tcp/7000/p2p/12D3KooWDpJ7As7BWAwRMfu1VU2WCqNjvq387JEYKDBj4kx6nXTN",
Expand Down
2 changes: 1 addition & 1 deletion homestar-runtime/tests/fixtures/test_rendezvous4.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ console_subscriber_port = 5588
[node.network]
metrics_port = 4038
rpc_port = 9828
websocket_port = 8028
webserver_port = 8028
listen_address = "/ip4/127.0.0.1/tcp/7003"
announce_addresses = [
"/ip4/127.0.0.1/tcp/7003/p2p/12D3KooWJWoaqZhDaoEFshF7Rh1bpY9ohihFhzcW6d69Lr2NASuq",
Expand Down
2 changes: 1 addition & 1 deletion homestar-runtime/tests/fixtures/test_rendezvous6.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ console_subscriber_port = 5588
[node.network]
metrics_port = 4040
rpc_port = 9830
websocket_port = 8030
webserver_port = 8030
listen_address = "/ip4/127.0.0.1/tcp/7005"
announce_addresses = [
"/ip4/127.0.0.1/tcp/7005/p2p/12D3KooWPT98FXMfDQYavZm66EeVjTqP9Nnehn1gyaydqV8L8BQw",
Expand Down

0 comments on commit 8679f19

Please sign in to comment.