mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
20 lines
376 B
YAML
20 lines
376 B
YAML
name: "ship-reader-1"
|
|
api: "http://127.0.0.1:8080"
|
|
message_codec: "json"
|
|
|
|
ship:
|
|
url: "127.0.0.1:8089"
|
|
irreversible_only: false
|
|
max_messages_in_flight: 10
|
|
start_block_num: 4294967295
|
|
end_block_num: 4294967295
|
|
|
|
telegram:
|
|
id: "110201543:AAHdqTcvCH1vGWJxfSeofSAs0K5PALDsaw"
|
|
channel: -123456789
|
|
|
|
redis:
|
|
addr: "localhost:6379"
|
|
pasword: ""
|
|
db: 0
|
|
prefix: "ship"
|