From 072cd0bcdb627d6b91c28b4f7fa7b9a942a53aaa Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Thu, 20 Aug 2020 05:25:11 -0500 Subject: [PATCH] doc --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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 +```