From 7d5320653426a6696ed3f32a5e198b4db014a679 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 1 Aug 2021 19:43:48 +0200 Subject: [PATCH] Update config.json --- photoprism/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/photoprism/config.json b/photoprism/config.json index 33709187c..c7e70643d 100644 --- a/photoprism/config.json +++ b/photoprism/config.json @@ -38,7 +38,8 @@ "STORAGE_PATH": "str", "ORIGINALS_PATH": "str", "IMPORT_PATH": "str", - "BACKUP_PATH": "str" + "BACKUP_PATH": "str", + "CUSTOM_OPTIONS": "str?" }, "arch": ["aarch64", "amd64", "armhf", "armv7"] }