ipld-eth-state-snapshot/test/ci-config.toml
Roy Crihfield c6170f063c
All checks were successful
Test / Run unit and integration tests (pull_request) Successful in 4m25s
CI tests
2023-09-02 19:36:55 +08:00

26 lines
578 B
TOML

[database]
name = "cerc_testing"
hostname = "127.0.0.1"
port = 8077
user = "vdbm"
password = "password"
[log]
level = "debug"
[snapshot]
mode = "postgres"
workers = 4
blockHeight = 0
recoveryFile = "snapshot_recovery_file"
[file]
outputDir = "test-output"
[ethereum]
clientName = "test-client"
nodeID = "test-node"
networkID = "test-network"
chainID = 1
genesisBlock = "0x37cbb63c7150a7b60f2878433963ed8ba7e5f82fb2683ec7a945c974e1cf4e05"