41 lines
763 B
JSON
41 lines
763 B
JSON
|
{
|
||
|
"db": {
|
||
|
"address": "localhost",
|
||
|
"password": "secret12",
|
||
|
"port": 45432,
|
||
|
"username": "postgres",
|
||
|
"name": "postgres",
|
||
|
"driver": "PGX"
|
||
|
},
|
||
|
"bc": {
|
||
|
"address": "localhost",
|
||
|
"port": 8001,
|
||
|
"type": "lighthouse",
|
||
|
"bootRetryInterval": 30,
|
||
|
"bootMaxRetry": 5,
|
||
|
"maxHistoricProcessWorker": 2,
|
||
|
"connectionProtocol": "http",
|
||
|
"uniqueNodeIdentifier": 100,
|
||
|
"checkDb": true
|
||
|
},
|
||
|
"t": {
|
||
|
"skipSync": true
|
||
|
},
|
||
|
"log": {
|
||
|
"level": "debug",
|
||
|
"output": true,
|
||
|
"file": "./ipld-eth-beacon-indexer.log",
|
||
|
"format": "json"
|
||
|
},
|
||
|
"kg": {
|
||
|
"increment": 10000,
|
||
|
"processKnownGaps": true,
|
||
|
"maxKnownGapsWorker": 2
|
||
|
},
|
||
|
"pm": {
|
||
|
"address": "localhost",
|
||
|
"port": 9000,
|
||
|
"metrics": true
|
||
|
}
|
||
|
}
|