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

config.example.yml: fix api and ship default ports.

This commit is contained in:
Henrik Hautakoski 2023-06-20 12:15:02 +02:00
parent 5a4b3d23bc
commit 33b1cd9556

View file

@ -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.