23 lines
452 B
TOML
23 lines
452 B
TOML
[database]
|
|
name = "vulcanize_public"
|
|
hostname = "localhost"
|
|
port = 5432
|
|
user = "postgres"
|
|
|
|
[leveldb]
|
|
path = "/Users/iannorden/Library/Ethereum/geth/chaindata"
|
|
ancient = "/Users/iannorden/Library/Ethereum/geth/chaindata/ancient"
|
|
|
|
[log]
|
|
level = "info"
|
|
file = "log_file"
|
|
|
|
[snapshot]
|
|
mode = "file"
|
|
workers = 4
|
|
blockHeight = -1
|
|
recoveryFile = "recovery_file"
|
|
|
|
[file]
|
|
outputDir = "output_dir/"
|