ipld-eth-beacon-indexer/ipld-eth-beacon-config.json

45 lines
903 B
JSON
Raw Normal View History

2022-09-24 03:22:45 +00:00
{
"db": {
"address": "localhost",
2022-09-24 03:22:45 +00:00
"password": "password",
"port": 5432,
"username": "vdbm",
"name": "vulcanize_db",
"driver": "PGX"
},
"bc": {
"address": "localhost",
2022-09-24 03:22:45 +00:00
"port": 5052,
"type": "lighthouse",
"bootRetryInterval": 30,
"bootMaxRetry": 5,
"maxHistoricProcessWorker": 2,
"connectionProtocol": "http",
"uniqueNodeIdentifier": 100,
"checkDb": true,
"performBeaconStateProcessing": false,
"performBeaconBlockProcessing": true,
"minimumSlot": 4700013
2022-09-24 03:22:45 +00:00
},
"t": {
"skipSync": true
},
"log": {
"level": "debug",
"output": true,
"file": "./ipld-eth-beacon-indexer.log",
"format": "json"
},
"kg": {
"increment": 10000,
"processKnownGaps": true,
"maxKnownGapsWorker": 2,
"minimumSlot": 4700013
2022-09-24 03:22:45 +00:00
},
"pm": {
"address": "localhost",
"port": 9000,
"metrics": true
}
}