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, "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"
} }
``` ```