mirror of
https://github.com/eosswedenorg/thalos
synced 2026-07-04 12:03:41 +02:00
config.example.yml: minor fixes.
This commit is contained in:
parent
213a31570d
commit
50adfa0026
1 changed files with 6 additions and 7 deletions
|
|
@ -38,13 +38,12 @@ ship:
|
||||||
|
|
||||||
# Request ship to start sending blocks from this block.
|
# Request ship to start sending blocks from this block.
|
||||||
# If not set, the head block reported by the nodeos api is used.
|
# If not set, the head block reported by the nodeos api is used.
|
||||||
#start_block_num: 1000
|
# start_block_num: 1000
|
||||||
|
|
||||||
# Request ship to stop sending blocks when reaching this block.
|
# Request ship to stop sending blocks when reaching this block.
|
||||||
#end_block_num: 2000
|
# end_block_num: 2000
|
||||||
#
|
|
||||||
|
|
||||||
# Disable processing of table deltas
|
# If true, Thalos will process table deltas
|
||||||
# table_deltas: false
|
# table_deltas: false
|
||||||
|
|
||||||
# Blacklist contract/actions
|
# Blacklist contract/actions
|
||||||
|
|
@ -71,9 +70,9 @@ ship:
|
||||||
# options: []
|
# options: []
|
||||||
|
|
||||||
# Telegram notifications
|
# Telegram notifications
|
||||||
#telegram:
|
# telegram:
|
||||||
# id: "123456789:GPdmGPBWvpgHPxlergJLavus-PoAURTjMWP"
|
# id: "123456789:GPdmGPBWvpgHPxlergJLavus-PoAURTjMWP"
|
||||||
# channel: -123456789
|
# channel: -123456789
|
||||||
|
|
||||||
# Redis settings
|
# Redis settings
|
||||||
redis:
|
redis:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue