env File angepasst

This commit is contained in:
Borgal
2025-04-02 19:31:15 +00:00
parent 72f4eb56f9
commit 1a004a8490

View File

@@ -9,6 +9,8 @@ IMMICH_VERSION=release
# Connection secrets for postgres and typesense. You should change these to random passwords # Connection secrets for postgres and typesense. You should change these to random passwords
TYPESENSE_API_KEY=some-random-text TYPESENSE_API_KEY=some-random-text
DB_PASSWORD=ChangeMe DB_PASSWORD=ChangeMe
IMMICH_HOST=0.0.0.0
PUBLIC_URL=https://immich.domain.de
# The values below this line do not need to be changed # The values below this line do not need to be changed
################################################################################### ###################################################################################