-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathconfig3.json
46 lines (46 loc) · 1.41 KB
/
config3.json
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
{
"root_directory": "/go/src/github.com/pocket-network",
"private_key": "b37d3ba2f232060c41ba1177fea6008d885fcccad6826d64ee7d49f94d1dbc49a8b6be75d7551da093f788f7286c3a9cb885cfc8e52710eac5f1d5e5b4bf19b2",
"consensus": {
"max_mempool_bytes": 500000000,
"pacemaker_config": {
"timeout_msec": 5000,
"manual": true,
"debug_time_between_steps_msec": 1000
},
"private_key": "b37d3ba2f232060c41ba1177fea6008d885fcccad6826d64ee7d49f94d1dbc49a8b6be75d7551da093f788f7286c3a9cb885cfc8e52710eac5f1d5e5b4bf19b2"
},
"utility": {
"max_mempool_transaction_bytes": 1073741824,
"max_mempool_transactions": 9000
},
"persistence": {
"postgres_url": "postgres://postgres:postgres@pocket-db:5432/postgres",
"node_schema": "node3",
"block_store_path": "/var/blockstore",
"tx_indexer_path": "",
"trees_store_dir": "/var/trees"
},
"p2p": {
"consensus_port": 8080,
"use_rain_tree": true,
"is_empty_connection_type": false,
"private_key": "b37d3ba2f232060c41ba1177fea6008d885fcccad6826d64ee7d49f94d1dbc49a8b6be75d7551da093f788f7286c3a9cb885cfc8e52710eac5f1d5e5b4bf19b2",
"max_mempool_count": 100000
},
"telemetry": {
"enabled": true,
"address": "0.0.0.0:9000",
"endpoint": "/metrics"
},
"logger": {
"level": "debug",
"format": "pretty"
},
"rpc": {
"enabled": true,
"port": "50832",
"timeout": 30000,
"use_cors": false
}
}