ipld-eth-state-snapshot/test/ci-config.toml

24 lines
594 B
TOML
Raw Normal View History

2023-08-30 16:04:11 +00:00
[database]
name = "cerc_testing"
hostname = "127.0.0.1"
port = 8077
user = "vdbm"
password = "password"
[log]
level = "debug"
[snapshot]
workers = 4
recoveryFile = "snapshot_recovery_file"
2023-09-27 14:54:06 +00:00
# Note: these are overriden in the workflow step
# mode = "postgres"
# blockHeight = 0
2023-08-30 16:04:11 +00:00
[ethereum]
clientName = "test-client"
nodeID = "test-node"
networkID = "test-network"
chainID = 1
genesisBlock = "0x37cbb63c7150a7b60f2878433963ed8ba7e5f82fb2683ec7a945c974e1cf4e05"