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

31 lines
533 B
TOML
Raw Normal View History

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