Update .env

add new typesense env variables
This commit is contained in:
LRVT 2023-03-20 19:26:16 +01:00 committed by GitHub
parent 759c3348da
commit e583213c0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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