ipld-eth-db-validator/environments/example.toml
Roy Crihfield bc3a7934cf
Upgrade to v5 schema (#32)
* refactor vulcanize => cerc
* update geth and cerc dependencies
* update packages, ginkgo
* refactor chain generation
* update integration tests, contract, makefile
* go embed contract code
* rm old readme
* move unit tests into package
* rm ginkgo where not needed
* use tx in ref integrity functions
2023-06-22 07:25:27 +08:00

31 lines
533 B
TOML

[database]
name = "cerc_public"
hostname = "localhost"
port = 5432
password = "password"
user = "vdbm"
[validate]
fromBlock = 1
trail = 64
retryInterval = "10s"
stateDiffMissingBlock = true
stateDiffTimeout = "240s"
[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"