2022-05-24 20:18:55 +00:00
|
|
|
{
|
|
|
|
"db": {
|
|
|
|
"address": "localhost",
|
|
|
|
"password": "password",
|
|
|
|
"port": 8076,
|
|
|
|
"username": "vdbm",
|
|
|
|
"name": "vulcanize_testing",
|
|
|
|
"driver": "PGX"
|
|
|
|
},
|
|
|
|
"bc": {
|
2022-05-25 14:19:29 +00:00
|
|
|
"address": "localhost",
|
2022-05-24 20:18:55 +00:00
|
|
|
"port": 5052,
|
|
|
|
"type": "lighthouse",
|
|
|
|
"bootRetryInterval": 30,
|
|
|
|
"bootMaxRetry": 5,
|
|
|
|
"maxHistoricProcessWorker": 2,
|
2022-06-03 16:47:13 +00:00
|
|
|
"connectionProtocol": "http",
|
2022-06-06 13:02:43 +00:00
|
|
|
"uniqueNodeIdentifier": 100,
|
|
|
|
"checkDb": true
|
2022-05-24 20:18:55 +00:00
|
|
|
},
|
|
|
|
"t": {
|
2022-05-25 14:19:29 +00:00
|
|
|
"skipSync": true
|
2022-05-24 20:18:55 +00:00
|
|
|
},
|
|
|
|
"log": {
|
|
|
|
"level": "debug",
|
|
|
|
"output": true,
|
|
|
|
"file": "./ipld-ethcl-indexer.log",
|
|
|
|
"format": "json"
|
|
|
|
},
|
|
|
|
"kg": {
|
|
|
|
"increment": 10000,
|
|
|
|
"processKnownGaps": true,
|
|
|
|
"maxKnownGapsWorker": 2
|
2022-05-25 14:19:29 +00:00
|
|
|
},
|
|
|
|
"pm": {
|
|
|
|
"address": "localhost",
|
|
|
|
"port": 9000,
|
|
|
|
"metrics": true
|
2022-05-24 20:18:55 +00:00
|
|
|
}
|
|
|
|
}
|