From 447b3c7ba29e9738a157e21dd0519133fc57a851 Mon Sep 17 00:00:00 2001 From: gyurix Date: Tue, 20 May 2025 08:53:00 +0200 Subject: [PATCH] Remove redundant password prompts for Immich Redis and Postgres in template.json --- immich/template.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/immich/template.json b/immich/template.json index c8efc36..d897057 100644 --- a/immich/template.json +++ b/immich/template.json @@ -19,20 +19,6 @@ "value": "release", "required": "true" }, - { - "description": "Please add Immich redis password:", - "key": "IMMICH_REDIS_PASSWORD", - "value": "", - "required": "true", - "generated": "" - }, - { - "description": "Please add Immich postgres password:", - "key": "IMMICH_POSTGRES_PASSWORD", - "value": "", - "required": "true", - "generated": "" - }, { "description": "POSTGRES database name", "key": "POSTGRES_DATABASE_NAME",