From 32f33a04a23257260d4128349aeee6fb7ae25bb7 Mon Sep 17 00:00:00 2001 From: wesleygas <26439730+wesleygas@users.noreply.github.com> Date: Wed, 30 Nov 2022 20:47:08 -0300 Subject: [PATCH] Allow for external database configuration --- photoprism/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/photoprism/config.json b/photoprism/config.json index 1af9ac085..e62e1bf2c 100644 --- a/photoprism/config.json +++ b/photoprism/config.json @@ -81,7 +81,7 @@ "schema": { "BACKUP_PATH": "str", "CONFIG_LOCATION": "str", - "DB_TYPE": "list(sqlite|mariadb_addon)", + "DB_TYPE": "list(sqlite|mariadb_addon|external)", "IMPORT_PATH": "str", "ORIGINALS_PATH": "str", "STORAGE_PATH": "str", @@ -100,4 +100,4 @@ "slug": "photoprism", "url": "https://github.com/alexbelgium/hassio-addons-test", "version": "20220121-2" -} \ No newline at end of file +}