Remove redundant password prompts for Immich Redis and Postgres in template.json

This commit is contained in:
gyurix
2025-05-20 08:53:00 +02:00
parent 6863ee42d8
commit 447b3c7ba2

View File

@@ -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",