mirror of
https://github.com/eosswedenorg/thalos
synced 2026-07-04 12:03:41 +02:00
config.example.yml: ship.url should have "ws://"
This commit is contained in:
parent
dd562b4231
commit
76464c5b7d
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ api: "http://127.0.0.1:8080"
|
||||||
message_codec: "json"
|
message_codec: "json"
|
||||||
|
|
||||||
ship:
|
ship:
|
||||||
url: "127.0.0.1:8089"
|
url: "ws://127.0.0.1:8089"
|
||||||
irreversible_only: false
|
irreversible_only: false
|
||||||
max_messages_in_flight: 10
|
max_messages_in_flight: 10
|
||||||
start_block_num: 4294967295
|
start_block_num: 4294967295
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue