11 lines
209 B
TOML
11 lines
209 B
TOML
[database]
|
|
name = "vulcanize_public"
|
|
hostname = "localhost"
|
|
port = 5432
|
|
user = "postgres"
|
|
|
|
[leveldb]
|
|
path = "/Users/user/Library/Ethereum/geth/chaindata"
|
|
|
|
[snapshot]
|
|
blockHeight = 0 |