From f37a2ab0eb7c73b55a63db8104b3f0a8f2c6f991 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 13 Jan 2023 12:33:11 +0100 Subject: [PATCH] Update config.json --- immich/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/immich/config.json b/immich/config.json index d3454f5ea..6dfb6d848 100644 --- a/immich/config.json +++ b/immich/config.json @@ -90,6 +90,7 @@ "DB_PORT": "int?", "DB_PASSWORD": "str?", "DB_DATABASE_NAME": "str?", + "DISABLE_MACHINE_LEARNING": "bool?", "UPLOAD_LOCATION": "str?", "JWT_SECRET": "str" },