forked from Nightwatch/nightwatch
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.example.json
More file actions
42 lines (42 loc) · 967 Bytes
/
Copy pathconfig.example.json
File metadata and controls
42 lines (42 loc) · 967 Bytes
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
{
"api": {
"address": "http://localhost:4000/api",
"secret": "" // Generate it from here: https://passwordsgenerator.net/?length=64&symbols=1&numbers=1&lowercase=1&uppercase=1&similar=1&ambiguous=1&client=1&autoselect=0
},
"bot": {
"token": "",
"botName": "Nightwatch",
"prefix": "n.",
"ownerId": "",
"autoReconnect": true,
"autoDeleteMessages": {
"enabled": true,
"delay": 15000
},
"playingStatus": {
"url": "https://twitch.tv/ihaxjoker",
"cycleIntervalMinutes": 60,
"options": [
"n. help"
]
},
"clientId": "",
"clientSecret": ""
},
"optional": {
"premium": {
"primaryGuildId": "",
"premiumPatreonRoleId": "",
"premiumPluginRepo": ""
},
"dataDogApiKey": "",
"dataDogAppKey": "",
"steamWebApiKey": "",
"giphyApiKey": "",
"imgur": {
"clientId": "",
"clientSecret": ""
},
"googleApiKey": ""
}
}