-
-
Notifications
You must be signed in to change notification settings - Fork 395
/
config.json
executable file
·76 lines (76 loc) · 1.82 KB
/
config.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
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
{
"secretKey": "THISISMYSECURETOKEN",
"host": "http://localhost",
"port": "21465",
"deviceName": "WppConnect",
"poweredBy": "WPPConnect-Server",
"startAllSession": true,
"tokenStoreType": "file",
"maxListeners": 15,
"customUserDataDir": "./userDataDir/",
"webhook": {
"url": null,
"autoDownload": true,
"uploadS3": false,
"readMessage": true,
"allUnreadOnStart": false,
"listenAcks": true,
"onPresenceChanged": true,
"onParticipantsChanged": true,
"onReactionMessage": true,
"onPollResponse": true
},
"archive": {
"enable": false,
"waitTime": 10,
"daysToArchive": 45
},
"log": {
"level": "error",
"logger": ["console", "file"]
},
"createOptions": {
"browserArgs": [
"--disable-web-security",
"--no-sandbox",
"--disable-web-security",
"--aggressive-cache-discard",
"--disable-cache",
"--disable-application-cache",
"--disable-offline-load-stale-cache",
"--disk-cache-size=0",
"--disable-background-networking",
"--disable-default-apps",
"--disable-extensions",
"--disable-sync",
"--disable-translate",
"--hide-scrollbars",
"--metrics-recording-only",
"--mute-audio",
"--no-first-run",
"--safebrowsing-disable-auto-update",
"--ignore-certificate-errors",
"--ignore-ssl-errors",
"--ignore-certificate-errors-spki-list"
]
},
"mapper": {
"enable": false,
"prefix": "tagone-"
},
"db": {
"mongodbDatabase": "tokens",
"mongodbCollection": "",
"mongodbUser": "",
"mongodbPassword": "",
"mongodbHost": "",
"mongoIsRemote": true,
"mongoURLRemote": "",
"mongodbPort": 27017,
"redisHost": "localhost",
"redisPort": 6379,
"redisPassword": "",
"redisDb": 0,
"redisPrefix": "docker"
}
}