9160dded11
* Add Prometheus Metrics * Fix Prometheus duplicate error * Handle duplicate registrations
39 lines
708 B
JSON
39 lines
708 B
JSON
{
|
|
"db": {
|
|
"address": "localhost",
|
|
"password": "password",
|
|
"port": 8076,
|
|
"username": "vdbm",
|
|
"name": "vulcanize_testing",
|
|
"driver": "PGX"
|
|
},
|
|
"bc": {
|
|
"address": "localhost",
|
|
"port": 5052,
|
|
"type": "lighthouse",
|
|
"bootRetryInterval": 30,
|
|
"bootMaxRetry": 5,
|
|
"maxHistoricProcessWorker": 2,
|
|
"connectionProtocol": "http"
|
|
},
|
|
"t": {
|
|
"skipSync": true
|
|
},
|
|
"log": {
|
|
"level": "debug",
|
|
"output": true,
|
|
"file": "./ipld-ethcl-indexer.log",
|
|
"format": "json"
|
|
},
|
|
"kg": {
|
|
"increment": 10000,
|
|
"processKnownGaps": true,
|
|
"maxKnownGapsWorker": 2
|
|
},
|
|
"pm": {
|
|
"address": "localhost",
|
|
"port": 9000,
|
|
"metrics": true
|
|
}
|
|
}
|