forked from sharedferret/Sparkle-Turntable-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.sample.json
88 lines (88 loc) · 1.95 KB
/
config.sample.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
77
78
79
80
81
82
83
84
85
86
87
88
{"botinfo": {
"auth": "auth+live+#####",
"userid": "#####",
"botname":"meow",
"laptop": "linux"
},
"roomid": "4f1e02590c4cc807574030f1",
"admin": "#####",
"database": {
"usedb": true,
"dbname": "nodejs_mysql_treehouse",
"logchat": false,
"tablenames":{
"song": "SONGLIST",
"chat": "CHATLOG",
"user": "USERS",
"banned": "BANNEDUSERS",
"holiday":"HOLIDAY_GREETINGS"
},
"login": {
"user": "#####",
"password":"#####",
"host": "localhost"
}
},
"lastfm": {
"useapi": true,
"lastfmkey":"#####"
},
"http": {
"usehttp":true,
"port": 8181,
"host": "localhost"
},
"responses": {
"respond": true,
"announcebonus": true,
"reportsongstats":true,
"welcomeusers": true,
"welcomepm": true,
"alwayspm": false,
"pmgreet": "Welcome to Indie/Classic Alternative 1 & Done! No queue, fastest finger, play one song and step down. Full rules at http://tinyurl.com/63hr2jl . Type 'commands' to see a list of commands I can respond to.",
"greeting": "Welcome, ",
"ownerresponse": "sharedferret made me!",
"sing": true,
"rules": {
"description":"No queue, fastest finger, play two songs and step down",
"link": "http://tinyurl.com/63hr2jl"
}
},
"consolelog": false,
"bonusvote": "VOTE",
"djing": {
"botdj": true,
"minDjs":1,
"maxDjs":3
},
"enforcement":{
"enforceroom":true,
"waitlist": false,
"songslimit": {
"limitsongs":true,
"maxsongs": 2,
"minDjs": 5
},
"stepuprules":{
"waittostepup":true,
"waittype": "SONGS",
"length": 4
},
"ffarules": {
"multiplespotffa":true,
"timerffa": true,
"timeout": 10
},
"idle": {
"idlerules": true,
"idlewarntime": 10,
"idleremovaltime":12,
"minDjs": 5
}
},
"maintenance":{
"autorejoin":true
},
modnotice: false,
webstatus: false
}