2020-07-15 04:43:11 +00:00
|
|
|
[database]
|
2023-05-12 15:41:18 +00:00
|
|
|
name = "cerc_testing"
|
2021-12-13 15:01:32 +00:00
|
|
|
hostname = "localhost"
|
2023-05-12 15:41:18 +00:00
|
|
|
port = 8077
|
|
|
|
user = "vdbm"
|
|
|
|
password = "password"
|
2020-07-15 04:43:11 +00:00
|
|
|
|
2024-08-05 13:17:00 +00:00
|
|
|
[ethdb]
|
2023-05-12 15:41:18 +00:00
|
|
|
path = "/Users/user/go/src/github.com/cerc-io/ipld-eth-state-snapshot/fixture/chain2data"
|
|
|
|
ancient = "/Users/user/go/src/github.com/cerc-io/ipld-eth-state-snapshot/fixture/chain2data/ancient"
|
2022-04-04 19:35:18 +00:00
|
|
|
|
|
|
|
[log]
|
|
|
|
level = "info"
|
2023-09-29 18:43:26 +00:00
|
|
|
file = "" # Leave blank to output to stdout
|
2020-07-15 04:43:11 +00:00
|
|
|
|
2022-05-23 11:26:48 +00:00
|
|
|
[prom]
|
|
|
|
metrics = true
|
|
|
|
http = true
|
|
|
|
httpAddr = "0.0.0.0"
|
|
|
|
httpPort = 9101
|
|
|
|
dbStats = true
|
|
|
|
|
2020-07-15 04:43:11 +00:00
|
|
|
[snapshot]
|
2022-03-30 23:57:30 +00:00
|
|
|
mode = "file"
|
|
|
|
workers = 4
|
2023-05-12 15:41:18 +00:00
|
|
|
blockHeight = 32
|
2022-03-30 23:57:30 +00:00
|
|
|
recoveryFile = "recovery_file"
|
|
|
|
|
|
|
|
[file]
|
|
|
|
outputDir = "output_dir/"
|
2022-05-25 12:45:08 +00:00
|
|
|
|
|
|
|
[ethereum]
|
|
|
|
clientName = "Geth" # $ETH_CLIENT_NAME
|
|
|
|
nodeID = "arch1" # $ETH_NODE_ID
|
|
|
|
networkID = "1" # $ETH_NETWORK_ID
|
|
|
|
chainID = "1" # $ETH_CHAIN_ID
|
|
|
|
genesisBlock = "0xd4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3" # $ETH_GENESIS_BLOCK
|