From e583213c0b562a5f53df8b1af79f8e9e014f6cb3 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Mon, 20 Mar 2023 19:26:16 +0100 Subject: [PATCH] Update .env add new typesense env variables --- examples/immich/.env | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/immich/.env b/examples/immich/.env index 595fd5e..4bb3bce 100644 --- a/examples/immich/.env +++ b/examples/immich/.env @@ -5,6 +5,11 @@ 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 +TYPESENSE_LOCATION=/mnt/docker-volumes/immich/typesense + # Redis REDIS_HOSTNAME=immich-redis