From 21195b81eb4bd3bd8ec1c23cd47ad8978b877ff6 Mon Sep 17 00:00:00 2001 From: Thomas M Date: Mon, 1 Dec 2025 13:57:34 +0000 Subject: [PATCH] immich/.env aktualisiert --- immich/.env | 4 ---- 1 file changed, 4 deletions(-) diff --git a/immich/.env b/immich/.env index 79888d6..11e6498 100644 --- a/immich/.env +++ b/immich/.env @@ -12,10 +12,6 @@ DB_DATA_LOCATION=./postgres # The Immich version to use. You can pin this to a specific version like "v2.1.0" IMMICH_VERSION=v2 -# Connection secret for postgres. You should change it to a random password -# Please use only the characters `A-Za-z0-9`, without special characters or spaces -DB_PASSWORD=postgres - # The values below this line do not need to be changed ################################################################################### DB_USERNAME=postgres