1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00

config.example.yml: ship.url should have "ws://"

This commit is contained in:
Henrik Hautakoski 2023-04-26 14:17:14 +02:00
parent dd562b4231
commit 76464c5b7d

View file

@ -3,7 +3,7 @@ api: "http://127.0.0.1:8080"
message_codec: "json"
ship:
url: "127.0.0.1:8089"
url: "ws://127.0.0.1:8089"
irreversible_only: false
max_messages_in_flight: 10
start_block_num: 4294967295