2020-03-17 16:18:00 +00:00
|
|
|
[database]
|
|
|
|
name = "vulcanize_public"
|
|
|
|
hostname = "localhost"
|
|
|
|
port = 5432
|
|
|
|
user = "vdbm"
|
|
|
|
|
|
|
|
[superNode]
|
|
|
|
chain = "ethereum"
|
|
|
|
ipfsPath = "/root/.ipfs"
|
|
|
|
server = true
|
|
|
|
ipcPath = "/root/.vulcanize/eth/vulcanize.ipc"
|
2020-03-18 00:42:53 +00:00
|
|
|
wsPath = "127.0.0.1:8081"
|
|
|
|
httpPath = "127.0.0.1:8082"
|
2020-03-17 16:18:00 +00:00
|
|
|
sync = true
|
|
|
|
workers = 1
|
|
|
|
backFill = true
|
|
|
|
frequency = 15
|
2020-03-18 00:42:53 +00:00
|
|
|
batchSize = 5
|
|
|
|
batchNumber = 50
|
2020-03-17 16:18:00 +00:00
|
|
|
|
|
|
|
[ethereum]
|
2020-03-18 00:42:53 +00:00
|
|
|
wsPath = "127.0.0.1:8546"
|
|
|
|
httpPath = "127.0.0.1:8545"
|