-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkaguya.json
45 lines (45 loc) · 906 Bytes
/
kaguya.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
{
"S3Config": {
"S3Endpoint": "s3:9000",
"S3AccessKeyID": "minio",
"S3SecretAccessKey": "12345678",
"S3UseSSL": false,
"S3BucketName": "ayase",
"S3Region": "us-east-2"
},
"APIConfig": {
"RequestTimeout": "30s",
"Host": "https://a.4cdn.org",
"Goroutines": 5,
"NapTime": "0.5s"
},
"ImagesConfig": {
"RequestTimeout": "20s",
"Host": "https://is2.4chan.org",
"Goroutines": 1
},
"ThumbnailsConfig": {
"RequestTimeout": "20s",
"Host": "https://is2.4chan.org",
"Goroutines": 1
},
"OekakiConfig": {
"RequestTimeout": "20s",
"Host": "https://is2.4chan.org",
"Goroutines": 1
},
"PostgresConfig": {
"BatchSize": 50,
"ConnectionString": "postgres://postgres:12345678@postgres:5432/postgres?sslmode=disable"
},
"Boards": [
{
"Name": "sci",
"LongNapTime": "20s",
"Thumbnails": true,
"Media": false,
"Oekaki": false,
"SkipArchive": true
}
]
}