Update .env
add comments
This commit is contained in:
parent
6d25036ef1
commit
212519428f
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@ DB_DATABASE_LOCATION=/mnt/docker-volumes/immich/database # change this
|
|||
|
||||
# Typesense
|
||||
# TYPESENSE
|
||||
TYPESENSE_API_KEY=E5B56F137D21231231
|
||||
TYPESENSE_LOCATION=/mnt/docker-volumes/immich/typesense
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue