-
Notifications
You must be signed in to change notification settings - Fork 6
/
example.config.json
54 lines (51 loc) · 1.56 KB
/
example.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
{
"general": {
"signal": "ratsignal",
"rescueChannel": "#fuelrats",
"reportingChannel": "#ratchat",
"drillMode": false,
"drillChannels": ["#drillrats"],
"ratBlacklist": ["Absolver"],
"dispatchBlacklist": ["Orange_Sheets"],
"cooldownExceptionChannels": ["#dnd"],
"operLogin": "mechasqueak",
"debug": true
},
"api": {
"url": "https://api.fuelrats.com",
"wss": "wss://api.fuelrats.com",
"userId": "1baf04fe-a1ae-4600-9f63-105be092ebb5",
"token": "hunter2"
},
"database": {
"host": "localhost",
"port": 5432,
"database": "mechasqueak",
"username": "fuelrats",
"password": null
},
"shortener": {
"url": "",
"signature": "hunter2"
},
"queue": {
"url": "https://api.qms.fuelrats.dev/api/v1",
"token": "hunter2",
},
"documentationPath": "file:///Users/bob/mechasqueak",
"connections": [{
"autoConnect": true,
"autoReconnect": true,
"serverAddress": "irc.fuelrats.com",
"serverPort": 6667,
"prefersInsecureConnection": false,
"clientCertificatePath": null,
"serverName": "FuelRats",
"nickname": "MechaSqueak[BOT]",
"username": "mecha",
"realName": "MechaSqueak IRC Bot, version 3",
"authenticationUsername": "MechaSqueak[BOT]",
"authenticationPassword": "hunter2",
"channels": ["#fuelrats"]
}],
}