doc
This commit is contained in:
parent
49bd60d9f1
commit
072cd0bcdb
12
README.md
12
README.md
@ -12,14 +12,16 @@ 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