diff --git a/README.md b/README.md index 1e04987..85723b7 100644 --- a/README.md +++ b/README.md @@ -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" } ```