-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathconfig.toml
More file actions
24 lines (24 loc) · 876 Bytes
/
config.toml
File metadata and controls
24 lines (24 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[config]
available-indices = [
"rating", "transactions", "blocks", "validators", "miniblocks", "rounds", "accounts", "accountshistory",
"receipts", "scresults", "accountsesdt", "accountsesdthistory", "epochinfo", "scdeploys", "tokens", "tags",
"logs", "delegators", "operations", "esdts", "values", "events", "executionresults"
]
[config.address-converter]
length = 32
type = "bech32"
prefix = "erd"
[config.validator-keys-converter]
length = 96
type = "hex"
[config.hasher]
type = "blake2b"
[config.marshaller]
type = "gogo protobuf"
[config.economics]
denomination = 18
[config.logs]
log-file-life-span-in-mb = 1024 # 1GB
log-file-life-span-in-sec = 432000 # 5 days
log-file-prefix = "elastic-indexer"
logs-path = "logs"