Update .env
add new typesense env variables
This commit is contained in:
parent
759c3348da
commit
e583213c0b
1 changed files with 5 additions and 0 deletions
|
|
@ -5,6 +5,11 @@ DB_PASSWORD=MySecureDatabasePassword # change this
|
||||||
DB_DATABASE_NAME=immich-psgdb
|
DB_DATABASE_NAME=immich-psgdb
|
||||||
DB_DATABASE_LOCATION=/mnt/docker-volumes/immich/database # change this
|
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
|
||||||
REDIS_HOSTNAME=immich-redis
|
REDIS_HOSTNAME=immich-redis
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue