ipld-eth-db-validator/environments/example.toml

30 lines
505 B
TOML
Raw Normal View History

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