diff --git a/jackett/config.json b/jackett/config.json index 22f9e4fe6..713f6aa6c 100644 --- a/jackett/config.json +++ b/jackett/config.json @@ -37,28 +37,15 @@ }, "options": { "PUID": 0, - "PGID": 0, - "localdisks": [ - "sda1" - ], - "networkdisks": "", - "cifsusername": "", - "cifspassword": "" + "PGID": 0 }, "schema": { "PUID": "int", "PGID": "int", "TZ": "str?", - "localdisks": [ - "str" - ], - "networkdisks": "str", - "cifsusername": "str", - "cifspassword": "str" - }, - "snapshot_exclude": [ - "**/Backups/*", - "**/logs/*", - "**/MediaCover/*" - ] + "localdisks": "str?", + "networkdisks": "str?", + "cifsusername": "str?", + "cifspassword": "str?" + } }