mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
21 lines
510 B
JSON
21 lines
510 B
JSON
{
|
|
"name": "ship-reader-1",
|
|
"api": "http://127.0.0.1:8080",
|
|
"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",
|
|
"password": "",
|
|
"db": 0,
|
|
"prefix": "ship"
|
|
}
|
|
}
|