forked from eksopl/asagi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathasagi.json.example
41 lines (38 loc) · 979 Bytes
/
asagi.json.example
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
{"settings": {
"dumperEngine": "DumperJSON",
"sourceEngine": "YotsubaJSON",
"boardSettings": {
"default": {
"engine": "Mysql",
"database": "archive",
"host": "localhost",
"username": "root",
"password": "1234",
"charset": "utf8mb4",
"path": "/Users/eksi/asagi/",
"updateFileLastModified": false,
"useOldDirectoryStructure": false,
"webserverGroup": "_www",
"thumbThreads": 5,
"mediaThreads": 0,
"newThreadsThreads": 5,
"deletedThreadsThresholdPage": 8,
"refreshDelay": 15,
"throttleAPI": true,
"throttleURL": "api.4chan.org",
"throttleMillisec": 1100,
"threadRefreshRate": 3,
"pageSettings": [
{"delay": 30, "pages": [0, 1]},
{"delay": 500, "pages": [2, 3, 4, 5, 6, 7, 8]},
{"delay": 30, "pages": [9, 10]}
]
},
"a": {},
"g": {},
"jp": {
"engine": "Pgsql",
"refreshDelay": 30
}
}
}}