-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.sample.js
50 lines (50 loc) · 944 Bytes
/
config.sample.js
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
module.exports = {
proxy: {
host: 'telegram.socks5.proxy',
port: '4343',
login: 'login',
psswd: 'psswd',
},
httpsProxy: 'https://my-https-proxy.com',
signals: {
sources: {
telegram: {
token: 'XXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
chats: {
default: NaN,
stderr: NaN, // test, stderr, debug chat
},
},
},
},
commands: {
system: {
delays: {
answer: 8, // s
},
},
list: {
voice: {
list: {
say: {
intro_delay: 20, // s
},
},
},
home: {
endpoints: { // wtf?
presense: {
diff_delay: 30 * 60, // s
},
},
data: { // wtf?
homemates: {
list: {
sasha: { presense: null, name: 'Alex', id: 147445817 },
},
},
},
},
},
},
}