eth-statediff-service/environments/example.toml

60 lines
1.2 KiB
TOML
Raw Normal View History

2020-08-19 06:00:52 +00:00
[leveldb]
mode = "local"
2023-08-25 11:02:32 +00:00
path = "/home/user/.ethereum/geth/chaindata"
ancient = "/home/user/.ethereum/geth/chaindata/ancient"
url = "http://127.0.0.1:8082/"
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]
2021-10-25 19:06:05 +00:00
serviceWorkers = 1
workerQueueSize = 1024
trieWorkers = 4
2020-09-15 04:19:13 +00:00
2023-08-25 11:02:32 +00:00
[run]
ranges = [
2021-10-25 19:06:05 +00:00
[0, 1000]
]
2023-08-25 11:02:32 +00:00
[run.params]
2021-10-25 19:06:05 +00:00
includeBlock = true
includeReceipts = true
includeTD = true
includeCode = true
watchedAddresses = []
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
[database]
2023-08-25 11:02:32 +00:00
name = "cerc_testing"
hostname = "localhost"
port = 5432
user = "vdbm"
password = "password"
type = "postgres"
driver = "sqlx"
dumpDestination = ""
2023-08-25 11:02:32 +00:00
filePath = ""
[cache]
database = 1024
trie = 1024
2021-10-21 18:10:16 +00:00
[prom]
dbStats = false
2021-10-21 18:10:16 +00:00
metrics = true
http = true
2021-10-25 19:06:05 +00:00
httpAddr = "localhost"
httpPort = "8889"
[ethereum]
chainConfig = ""
nodeID = ""
clientName = "eth-statediff-service"
genesisBlock = "0xd4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3"
networkID = 1
chainID = 1