From 868318a7c79d9e089774a6d988c031387f5e4b11 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Sat, 16 Dec 2023 05:14:22 +0100 Subject: [PATCH] Update .env --- examples/immich/.env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/immich/.env b/examples/immich/.env index fa4c6f8..0a7c8a0 100644 --- a/examples/immich/.env +++ b/examples/immich/.env @@ -5,10 +5,10 @@ DB_PASSWORD=MySecureDatabasePassword # change this DB_DATABASE_NAME=immich-psgdb DB_DATABASE_LOCATION=/mnt/docker-volumes/immich/database # change this -# Typesense # TYPESENSE -TYPESENSE_API_KEY=E5B56F137D21231231 # change this to a secure random secret -TYPESENSE_LOCATION=/mnt/docker-volumes/immich/typesense # change this +# only relevant for immich < 1.91.0 +#TYPESENSE_API_KEY=E5B56F137D21231231 # change this to a secure random secret +#TYPESENSE_LOCATION=/mnt/docker-volumes/immich/typesense # change this # Redis REDIS_HOSTNAME=immich-redis