-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
40 lines (38 loc) · 1.15 KB
/
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
{
"host": "0.0.0.0",
"port": 8800,
"database": {
"host": "database",
"port": 27017,
"database": "admin",
"username": "docdex",
"password": "DoCdEx"
},
"javadocs": [
{
"names": ["jdk", "jdk11", "jdk-latest-lts"],
"link": "http://mirror:8080/jdk11/overview-tree.html",
"actual_link": "https://docs.oracle.com/en/java/javase/11/docs/api"
},
{
"names": ["jdk8"],
"link": "http://mirror:8080/jdk8/overview-tree.html",
"actual_link": "https://docs.oracle.com/javase/8/docs/api"
},
{
"names": ["jda"],
"link": "http://mirror:8080/jda/",
"actual_link": "https://ci.dv8tion.net/job/JDA/javadoc/"
},
{
"names": ["spigot", "spigot-latest", "spigot1165"],
"link": "http://mirror:8080/spigot-1165/overview-tree.html",
"actual_link": "https://hub.spigotmc.org/javadocs/spigot/"
},
{
"names": ["papermc", "paper"],
"link": "http://mirror:8080/papermc/overview-summary.html",
"actual_link": "https://papermc.io/javadocs/paper/1.16/"
}
]
}