doc
This commit is contained in:
parent
49bd60d9f1
commit
072cd0bcdb
10
README.md
10
README.md
@ -12,13 +12,15 @@ Config format:
|
||||
|
||||
```toml
|
||||
[database]
|
||||
name = "vulcanize_public"
|
||||
hostname = "localhost"
|
||||
port = 5432
|
||||
user = "postgres"
|
||||
name = "vulcanize_public"
|
||||
hostname = "localhost"
|
||||
port = 5432
|
||||
user = "postgres"
|
||||
|
||||
[leveldb]
|
||||
path = "/Users/user/Library/Ethereum/geth/chaindata"
|
||||
# path for geth's "freezer" archive
|
||||
ancient = "/Users/user/Library/Ethereum/geth/chaindata"
|
||||
|
||||
[snapshot]
|
||||
blockHeight = 0
|
||||
|
Loading…
Reference in New Issue
Block a user