-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathconfigs.json
More file actions
49 lines (49 loc) · 935 Bytes
/
configs.json
File metadata and controls
49 lines (49 loc) · 935 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
38
39
40
41
42
43
44
45
46
47
48
49
{
"port": 3939,
"host": null,
"hydrusDbPath": null,
"appName": "Hybooru",
"appDescription": "Hydrus-based booru-styled imageboard in React",
"adminPassword": null,
"isTTY": null,
"importBatchSize": 8192,
"db": {
"user": "hybooru",
"host": "localhost",
"database": "hybooru",
"password": "hybooru",
"port": 5432
},
"posts": {
"services": null,
"filesPathOverride": null,
"thumbnailsPathOverride": null,
"thumbnailsMode": "fit",
"pageSize": 72,
"cachePages": 5,
"cacheRecords": 1024,
"maxPreviewSize": 104857600
},
"tags": {
"services": null,
"motd": null,
"untagged": "-*",
"ignore": [],
"blacklist": null,
"whitelist": null,
"resolveRelations": true,
"reportLoops": false,
"searchSummary": 39
},
"rating": {
"enabled": false,
"service": null,
"stars": 5
},
"versionCheck": {
"enabled": true,
"owner": "funmaker",
"repo": "hybooru",
"cacheLifeMs": 3600000
}
}