From 444faff9e0672788c25f50999802cebd95b669fc Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 23 Apr 2023 19:33:52 +0200 Subject: [PATCH] Update config.json --- photoprism/config.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/photoprism/config.json b/photoprism/config.json index 7ef2c17e2..e61c76037 100644 --- a/photoprism/config.json +++ b/photoprism/config.json @@ -77,8 +77,6 @@ "DB_TYPE": "sqlite", "IMPORT_PATH": "/share/photoprism/import", "ORIGINALS_PATH": "/share/photoprism/originals", - "PGID": 1000, - "PUID": 1000, "STORAGE_PATH": "/share/photoprism/storage", "UPLOAD_NSFW": "true", "certfile": "fullchain.pem", @@ -103,8 +101,8 @@ "DB_TYPE": "list(sqlite|mariadb_addon|external)", "IMPORT_PATH": "str", "ORIGINALS_PATH": "str", - "PGID": "int", - "PUID": "int", + "PGID": "int?", + "PUID": "int?", "STORAGE_PATH": "str", "UPLOAD_NSFW": "bool", "certfile": "str",