Update doc
This commit is contained in:
parent
99607a27b9
commit
068602863e
1 changed files with 6 additions and 15 deletions
21
README.md
21
README.md
|
@ -104,23 +104,14 @@ Or you can modify config file /datas/config.json.
|
||||||
"onlyLocalServer": true,
|
"onlyLocalServer": true,
|
||||||
"webPage": false,
|
"webPage": false,
|
||||||
"log": true,
|
"log": true,
|
||||||
"alwaysMakePdf": true,
|
"alwaysMakePdf": false,
|
||||||
"icoSize": 48,
|
"icoSize": 48,
|
||||||
"expireCache": 12,
|
"expireCache": 12,
|
||||||
"maxGenPerBatch": 50,
|
"maxGenPerBatch": 5,
|
||||||
"permitType": [
|
"permitType": [],
|
||||||
"fav",
|
"password": null,
|
||||||
"og",
|
"key": null,
|
||||||
"pdf",
|
"chromePath": null,
|
||||||
"thumb",
|
|
||||||
"nhd",
|
|
||||||
"hd",
|
|
||||||
"full",
|
|
||||||
"complete"
|
|
||||||
],
|
|
||||||
"password": "$2y$10$HE5odSvieeVv0cbmK4jau.eg6nqrtpoN0KNPHHaVnPC3vDACAYVAu",
|
|
||||||
"key": "acb295c94b12d6364e433d73",
|
|
||||||
"chromePath": "chromium",
|
|
||||||
"fileFormat": "jpeg"
|
"fileFormat": "jpeg"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue