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