eth-statediff-service/environments/example.toml

35 lines
539 B
TOML
Raw Normal View History

2020-08-19 06:00:52 +00:00
[leveldb]
2020-08-19 16:35:09 +00:00
path = "/Users/user/Library/Ethereum/geth/chaindata"
ancient = "/Users/user/Library/Ethereum/geth/chaindata/ancient"
2020-08-19 06:00:52 +00:00
[server]
2020-08-19 16:35:09 +00:00
ipcPath = ".ipc"
httpPath = "127.0.0.1:8545"
2020-08-19 06:00:52 +00:00
2020-09-15 04:19:13 +00:00
[statediff]
workers = 4
[write]
ranges = [
[0, 0]
]
serve = ":8888"
2020-08-19 06:00:52 +00:00
[log]
file = ""
2020-08-19 16:35:09 +00:00
level = "info"
2020-08-19 06:00:52 +00:00
[eth]
chainID = 1
[database]
name = "vulcanize_test"
hostname = "localhost"
port = 5432
user = "vulcanize"
password = "..."
[cache]
database = 1024
trie = 1024