Update doc

This commit is contained in:
Knah Tsaeb 2024-09-18 10:04:22 +02:00
parent 99607a27b9
commit 068602863e

View file

@ -104,23 +104,14 @@ Or you can modify config file /datas/config.json.
"onlyLocalServer": true,
"webPage": false,
"log": true,
"alwaysMakePdf": true,
"alwaysMakePdf": false,
"icoSize": 48,
"expireCache": 12,
"maxGenPerBatch": 50,
"permitType": [
"fav",
"og",
"pdf",
"thumb",
"nhd",
"hd",
"full",
"complete"
],
"password": "$2y$10$HE5odSvieeVv0cbmK4jau.eg6nqrtpoN0KNPHHaVnPC3vDACAYVAu",
"key": "acb295c94b12d6364e433d73",
"chromePath": "chromium",
"maxGenPerBatch": 5,
"permitType": [],
"password": null,
"key": null,
"chromePath": null,
"fileFormat": "jpeg"
}
```