1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-18 04:40:03 +02:00

config/config.go: Adding telegram.

This commit is contained in:
Henrik Hautakoski 2022-06-23 11:32:57 +02:00
parent fdc18e30cb
commit dbe01ad7ca
2 changed files with 11 additions and 0 deletions

View file

@ -6,6 +6,10 @@
"max_messages_in_flight": 10,
"start_block_num": 4294967295,
"end_block_num": 4294967295,
"telegram": {
"id": "110201543:AAHdqTcvCH1vGWJxfSeofSAs0K5PALDsaw",
"channel": -123456789
},
"redis": {
"addr": "localhost:6379",
"password": "",