-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfig.example.json
59 lines (59 loc) · 1.04 KB
/
config.example.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
{
"environment": "development",
"debug": false,
"seed": false,
"image_directory_url": "https://uwindsorcss.github.io/files/dir/images/buildings",
"discord": {
"api_version": "10",
"api_token": "",
"client_id": "",
"guild_id": "",
"status": ""
},
"google": {
"search_key": "",
"search_id": ""
},
"features": {
"april_fools": false,
"art": true,
"edit": true,
"equation": true,
"free": true,
"help": true,
"jail": true,
"link": true,
"linkAdmin": true,
"ping": true,
"prompt": true,
"purge": true,
"say": true,
"whereis": true,
"year": true,
"notify": true,
"google": true,
"course": true,
"optin": true,
"optout": true,
"assign_role_on_join": true
},
"roles": {
"years": {
"1": "",
"2": "",
"3": "",
"4": "",
"4+": "",
"Masters": ""
},
"other": {
"event_ping": ""
}
},
"pin": {
"enabled": true,
"count": 1,
"general_count": 1,
"categories": ["", ""]
}
}