From 46bc8100b56b4ad8c2cb2da488ab8f332d8d626d Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Sat, 16 Dec 2023 05:15:12 +0100 Subject: [PATCH] Update .env --- examples/immich/.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/immich/.env b/examples/immich/.env index 0a7c8a0..3ef3732 100644 --- a/examples/immich/.env +++ b/examples/immich/.env @@ -7,8 +7,8 @@ DB_DATABASE_LOCATION=/mnt/docker-volumes/immich/database # change this # TYPESENSE # 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 +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