From 1ad5844b85125b89f54fcf34ca8f643921c458be Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 15 Oct 2023 05:57:29 +0200 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 dc0cd95a9..6f6abd5a4 100644 --- a/immich/config.json +++ b/immich/config.json @@ -84,10 +84,11 @@ "DB_PASSWORD": "homeassistant", "DB_PORT": "5432", "DB_USERNAME": "postgres", + "DISABLE_MACHINE_LEARNING": false, "JWT_SECRET": "jt+OVWY6WqKJXw3xF5qOxN5L5/f4u2jlIlCQgWS3E4w=", "PGID": 1000, "PUID": 1000, - "TYPESENSE_ENABLED": false, + "TYPESENSE_ENABLED": true, "TZ": "Europe/Paris", "data_location": "/share/immich" },