forked from forbole/callisto
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig-sample.yaml
More file actions
60 lines (55 loc) · 1.06 KB
/
config-sample.yaml
File metadata and controls
60 lines (55 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
chain:
bech32_prefix: onomy
modules:
- modules
- messages
- auth
- bank
- consensus
- gov
- mint
- slashing
- staking
- distribution
- actions
node:
type: remote
config:
rpc:
client_name: juno
address: http://YOUR_IR:26657
max_connections: 20
grpc:
address: http://YOUR_IR:9191
insecure: true
parsing:
workers: 10
listen_new_blocks: true
parse_old_blocks: true
parse_genesis: true
start_height: 1
fast_sync: false
genesis_file_path: ".bdjuno/genesis.json"
average_block_time: 5s
database:
name: postgres
host: localhost
port: 5432
user: root
password: password
schema: bdjuno
max_open_connections: 20
max_idle_connections: 20
partition_size: 100000
partition_batch: 1000
logging:
level: info
format: text
telemetry:
port: 5000
pruning:
keep_recent: 100
keep_every: 500
interval: 10
actions:
port: 3000