-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathwamp.json
41 lines (41 loc) · 1007 Bytes
/
wamp.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
{
"default": {
"permissions": {
"call": [
"swift.settings.set",
"swift.settings.get",
"swift.telegram.msg",
"swift.orderbooks.cache",
"swift.rates",
"swift.rates.msg",
"swift.module.cmd",
"swift.server.cmd",
"swift.logger.logs",
"swift.logger.errors",
"swift.module.list",
"swift.module.exchanges",
"swift.assets.get"
],
"register": [],
"publish": [
"swift.watchdog"
],
"subscribe": [
"swift.system.events",
"swift.arbitrage.windows",
"swift.system.settings",
"swift.system.feed.logs",
"swift.system.feed.errors",
"swift.orderbooks",
"swift.system.events"
]
}
},
"module": {
"name": "templaterole",
"call": ["swift.api.*"],
"register": ["swift.api.bittrex.*"],
"publish": ["swift.api.asyncresults","swift.balance.feed","swift.orders.feed"],
"subscribe": []
}
}