From 33b1cd95563a87b87f79d9621fffd0d0bfbafbf4 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Tue, 20 Jun 2023 12:15:02 +0200 Subject: [PATCH] config.example.yml: fix api and ship default ports. --- config.example.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.example.yml b/config.example.yml index 9890caa..afcad35 100644 --- a/config.example.yml +++ b/config.example.yml @@ -3,7 +3,7 @@ name: "ship-reader-1" # Endpoint to nodeos api -api: "http://127.0.0.1:8080" +api: "http://127.0.0.1:8888" message_codec: "json" # Logging settings @@ -27,7 +27,7 @@ log: ship: # Url to ship api. - url: "ws://127.0.0.1:8089" + url: "ws://127.0.0.1:8080" # Name of chain. Note that this is just a name to be used in channel namespace. # If unset, chain id from api is used.