forked from steemit/jussi
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDEV_config.json
More file actions
104 lines (104 loc) · 2.57 KB
/
DEV_config.json
File metadata and controls
104 lines (104 loc) · 2.57 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
[
{
"name": "steemd",
"translate_to_appbase": true,
"urls": [
["steemd", "wss://steemd.steemitdev.com"]
],
"ttls": [
["steemd", 3]
],
"timeouts": [
["steemd", 3]
]
},
{
"name": "appbase",
"urls": [
["appbase", "wss://steemd.steemitdev.com"],
["appbase.condenser_api.get_account_history", "wss://ahnode.steemitdev.com"],
["appbase.condenser_api.get_ops_in_block", "wss://ahnode.steemitdev.com"]
],
"ttls": [
["appbase.account_history_api", -1],
["appbase.block_api", -1],
["appbase.chain_api", -1],
["appbase.condenser_api", -1],
["appbase.database_api", -1],
["appbase.follow_api", -1],
["appbase.market_history_api", -1],
["appbase.network_broadcast_api", -1],
["appbase.tags_api", -1],
["appbase.witness_api", -1]
],
"timeouts": [
["appbase", 3],
["appbase.chain_api.push_block", 0],
["appbase.chain_api.push_transaction", 0],
["appbase.network_broadcast_api", 0],
["appbase.condenser_api.broadcast_block", 0],
["appbase.condenser_api.broadcast_transaction", 0],
["appbase.condenser_api.broadcast_transaction_synchronous", 0]
]
},
{
"name": "overseer",
"urls": [
["overseer", "https://overseer.steemitdev.com"]
],
"ttls": [
["overseer", -1]
],
"timeouts": [
["overseer", 5]
]
},
{
"name": "conveyor",
"urls": [
["conveyor", "https://conveyor.steemitdev.com"]
],
"ttls": [
["conveyor", -1]
],
"timeouts": [
["conveyor", 5]
]
},
{
"name": "sbds",
"urls": [
["sbds", "https://sbds.steemitdev.com"]
],
"ttls": [
["sbds", 3]
],
"timeouts": [
["sbds", 3]
]
},
{
"name": "hivemind",
"urls": [
["hivemind", "https://hive.steemitdev.com"]
],
"ttls": [
["hivemind", 3]
],
"timeouts": [
["hivemind", 3]
]
},
{
"name": "yo",
"urls": [
["yo", "https://yo.steemitdev.com"]
],
"ttls": [
["yo", 3]
],
"timeouts": [
["yo", 3]
]
}
]