From 8ac15fca54d93e82b9ba79c0ecd34b383736da7f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 12 Jan 2023 10:47:53 +0100 Subject: [PATCH] Update config.json --- immich/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/immich/config.json b/immich/config.json index 2e9e144a6..9cb6d832e 100644 --- a/immich/config.json +++ b/immich/config.json @@ -90,10 +90,11 @@ "DB_PORT": "int?", "DB_PASSWORD": "str?", "DB_DATABASE_NAME": "str?", + "UPLOAD_LOCATION": "str?", "JWT_SECRET": "str" }, "slug": "immich", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.0", + "version": "1.1", "webui": "http://[HOST]:[PORT:8080]" }