From 93ef6a7189b4f24cdd86ca83b64812119a634f2b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 7 Feb 2021 13:08:20 +0100 Subject: [PATCH] Update config.json --- piwigo/config.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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?",