ipld-eth-state-snapshot/environments/example.toml

19 lines
394 B
TOML
Raw Normal View History

2020-07-15 04:43:11 +00:00
[database]
2021-12-13 15:12:02 +00:00
name = "vulcanize_public"
hostname = "localhost"
2021-12-13 15:12:02 +00:00
port = 5432
user = "postgres"
2020-07-15 04:43:11 +00:00
[leveldb]
2021-12-13 15:12:02 +00:00
path = "/Users/user/Library/Ethereum/geth/chaindata"
ancient = "/Users/user/Library/Ethereum/geth/chaindata/ancient"
2020-07-15 04:43:11 +00:00
[snapshot]
mode = "file"
workers = 4
blockHeight = -1
recoveryFile = "recovery_file"
[file]
outputDir = "output_dir/"