12 lines
289 B
TOML
12 lines
289 B
TOML
[database]
|
|
name = "vulcanize_public"
|
|
hostname = "localhost"
|
|
port = 5432
|
|
user = "postgres"
|
|
|
|
[leveldb]
|
|
path = "/Users/user/Library/Ethereum/geth/chaindata"
|
|
ancient = "/Users/user/Library/Ethereum/geth/chaindata/ancient"
|
|
|
|
[snapshot]
|
|
blockHeight = 58176 |