-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprocess.json
More file actions
42 lines (31 loc) · 1.14 KB
/
process.json
File metadata and controls
42 lines (31 loc) · 1.14 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
{
"apps" : [
{
"name" : "toobot_lp",
"script" : "bot.js",
"instances" : 1,
"exec_mode" : "cluster",
"watch" : false,
"args" : "irc.systemnet.info Nyaa 6667 false toolbot toolbot lp #test_irc #legendary_pokemon",
"env" : {"NODE_ENV": "development"}
},
{
"name" : "toobot_rol",
"script" : "bot.js",
"instances" : 1,
"exec_mode" : "cluster",
"watch" : false,
"args" : "citadel.ringoflightning.net Nyaa 6667 false toolbot toolbot NULL #gpp",
"env" : {"NODE_ENV": "development"}
},
{
"name" : "toobot_rizon",
"script" : "bot.js",
"instances" : 1,
"exec_mode" : "cluster",
"watch" : false,
"args" : "irc.rizon.net Nyan_Nyan 6667 false toolbot toolbot NULL #tasamayan",
"env" : {"NODE_ENV": "development"}
}
]
}