2022-01-17 12:30:53 +00:00
|
|
|
[database]
|
|
|
|
name = "vulcanize_public"
|
|
|
|
hostname = "localhost"
|
|
|
|
port = 5432
|
|
|
|
password = "password"
|
|
|
|
user = "vdbm"
|
|
|
|
|
|
|
|
[validate]
|
2022-08-23 07:35:50 +00:00
|
|
|
blockHeight = 1
|
2022-05-31 06:29:49 +00:00
|
|
|
trail = 16
|
|
|
|
sleepInterval = 10
|
2022-08-23 07:35:50 +00:00
|
|
|
stateDiffMissingBlock = true
|
|
|
|
stateDiffTimeout = 240
|
2022-05-17 04:29:23 +00:00
|
|
|
|
|
|
|
[ethereum]
|
2022-08-23 07:35:50 +00:00
|
|
|
chainConfig = ""
|
|
|
|
chainID = "1"
|
|
|
|
httpPath = "localhost:8545"
|
|
|
|
|
|
|
|
[prom]
|
|
|
|
metrics = true
|
|
|
|
http = true
|
|
|
|
httpAddr = "localhost"
|
|
|
|
httpPort = "9001"
|
|
|
|
dbStats = true
|
|
|
|
|
|
|
|
[log]
|
|
|
|
file = ""
|
|
|
|
level = "info"
|