-
Notifications
You must be signed in to change notification settings - Fork 3
/
sample_config.yaml
47 lines (47 loc) · 1.01 KB
/
sample_config.yaml
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
chain:
bech32_prefix: bostrom
modules:
- modules
- messages
- auth
- consensus
- daily refetch
- message_type
- bank
- graph
- grid
- resources
- wasm
node:
type: remote
config:
rpc:
client_name: "cyberindex"
max_connections: 10
address: "http://localhost:26657"
grpc:
address: "http://localhost:9090"
insecure: true
parsing:
workers: 1
start_height: 0
average_block_time: 5s
listen_new_blocks: true
parse_old_blocks: true
parse_genesis: true
database:
url: postgresql://user:password@localhost:5432/database-name?sslmode=disable&search_path=public
max_open_connections: 1
max_idle_connections: 1
partition_size: 100000
partition_batch: 1000
ssl_mode_enable: "false"
ssl_root_cert: ""
ssl_cert: ""
ssl_key: ""
logging:
level: debug
format: text
actions:
host: 127.0.0.1
port: 3000