mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-18 04:40:03 +02:00
Initial commit
This commit is contained in:
commit
164d0a4153
11 changed files with 662 additions and 0 deletions
13
config.example.json
Normal file
13
config.example.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"api": "http://127.0.0.1:8080",
|
||||
"ship_api": "127.0.0.1:8089",
|
||||
"irreversible_only": false,
|
||||
"max_messages_in_flight": 10,
|
||||
"start_block_num": 4294967295,
|
||||
"end_block_num": 4294967295,
|
||||
"redis": {
|
||||
"addr": "localhost:6379",
|
||||
"password": "",
|
||||
"db": 0
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue