diff --git a/piwigo/config.json b/piwigo/config.json index a8cd72543..1af2471ec 100644 --- a/piwigo/config.json +++ b/piwigo/config.json @@ -33,16 +33,10 @@ "PGID": 1000 }, "options": { - "ssl": false, - "certfile": "fullchain.pem", - "keyfile": "privkey.pem", - "PUID": 0, - "PGID": 0 + "PUID": 1000, + "PGID": 1000 }, "schema": { - "ssl": "bool", - "certfile": "str", - "keyfile": "str", "PUID": "int", "PGID": "int", "localdisks": "str?",