mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-19 04:50:02 +02:00
config.example.yml: fix api and ship default ports.
This commit is contained in:
parent
5a4b3d23bc
commit
33b1cd9556
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
name: "ship-reader-1"
|
name: "ship-reader-1"
|
||||||
|
|
||||||
# Endpoint to nodeos api
|
# Endpoint to nodeos api
|
||||||
api: "http://127.0.0.1:8080"
|
api: "http://127.0.0.1:8888"
|
||||||
message_codec: "json"
|
message_codec: "json"
|
||||||
|
|
||||||
# Logging settings
|
# Logging settings
|
||||||
|
|
@ -27,7 +27,7 @@ log:
|
||||||
ship:
|
ship:
|
||||||
|
|
||||||
# Url to ship api.
|
# 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.
|
# Name of chain. Note that this is just a name to be used in channel namespace.
|
||||||
# If unset, chain id from api is used.
|
# If unset, chain id from api is used.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue