diff --git a/README.md b/README.md index 77f0d94..1700096 100644 --- a/README.md +++ b/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 -``` \ No newline at end of file +```