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" },