-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path(template)config.json
More file actions
37 lines (37 loc) · 998 Bytes
/
(template)config.json
File metadata and controls
37 lines (37 loc) · 998 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
{
"username": "Wikinator",
"avatar": "images/avatar.png",
"prefix": "-",
"token": "",
"status": "Browsing wikis | -help",
"commands": {
"errorMsg": "The command couldn't be executed.",
"wiki": {
"url": "https://en.wikipedia.org",
"apiPaths": ["/w/api.php", "/api.php"],
"pagePath": "/wiki/",
"searchPath": "/w/index.php?search=",
"logo": "https://en.wikipedia.org/static/images/project-logos/enwiki.png",
"titleRedirects": "resolve",
"titleSearchProfile": "fuzzy",
"titleSearchNamespaces": "0",
"pageRedirects": true,
"embed": {
"maxResults": 200,
"maxResultsPerEmbed": 10,
"maxFieldLinesPerEmbed": 10,
"maxFieldCharPerEmbed": 1023,
"maxDescCharPerEmbed": 1000,
"expireTime": 300000,
"expireMsg": "[EXPIRED]",
"color": "0x4287f5"
}
}
},
"database": {
"host": "localhost",
"user" : "",
"password" : "",
"database" : ""
}
}