From 4775b39af0ec02ff1a25788656cebe5aaa7ae22a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 26 Jan 2022 16:51:28 +0100 Subject: [PATCH] Update config.json --- photoprism/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/photoprism/config.json b/photoprism/config.json index 841d76254..89c7999d4 100644 --- a/photoprism/config.json +++ b/photoprism/config.json @@ -49,6 +49,7 @@ ], "name": "Photoprism", "options": { + "DB_TYPE": "sqlite", "networkdisks": "//server/share", "cifsusername": "username", "cifspassword": "password", @@ -79,7 +80,8 @@ "ORIGINALS_PATH": "str", "IMPORT_PATH": "str", "BACKUP_PATH": "str", - "CONFIG_LOCATION": "str" + "CONFIG_LOCATION": "str", + "DB_TYPE": "list(sqlite|mariadb_addon)" }, "slug": "photoprism", "upstream": "20220121",