eth-statediff-service/environments/example.toml

35 lines
539 B
TOML

[leveldb]
path = "/Users/user/Library/Ethereum/geth/chaindata"
ancient = "/Users/user/Library/Ethereum/geth/chaindata/ancient"
[server]
ipcPath = ".ipc"
httpPath = "127.0.0.1:8545"
[statediff]
workers = 4
[write]
ranges = [
[0, 0]
]
serve = ":8888"
[log]
file = ""
level = "info"
[eth]
chainID = 1
[database]
name = "vulcanize_test"
hostname = "localhost"
port = 5432
user = "vulcanize"
password = "..."
[cache]
database = 1024
trie = 1024