-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.json
51 lines (51 loc) · 1.06 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
41
42
43
44
45
46
47
48
49
50
51
{
"authority": "chat.roleplaygateway.com:9999",
"entropy": "6170cc426cbe663cef4342dc73860f2ab26c0c0e411c390ca064208bada65e6e",
"secure": true,
"height": 256,
"width": 256,
"depth": 256,
"path": "./stores/chat.roleplaygateway.com",
"seed": "alpha beta kappa gamma delta omega",
"resources": {
"Character": {
"components": {
"list": "/characters",
"view": "/characters/:id"
}
},
"Map": {
"components": {
"list": "/maps",
"view": "/maps/:id"
}
},
"Tile": {
"components": {
"list": "/tiles",
"view": "/tiles/:id"
}
},
"Peer": {
"components": {
"list": "/peers",
"view": "/peers/:id"
}
},
"Place": {
"components": {
"list": "/places",
"view": "/places/:id"
}
},
"Player": {
"author": "Fabric Labs",
"components": {
"list": "/players",
"view": "/players/:id"
},
"description": "Basic user component.",
"site": "https://fabric.pub/"
}
}
}