From 6c33dcb685e245907a171c696a65b7bf539cef6a Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Sun, 11 Sep 2022 15:14:01 +0200 Subject: [PATCH] fix: config --- apps/photoprism/config.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/apps/photoprism/config.json b/apps/photoprism/config.json index 98f59b20..e432da82 100644 --- a/apps/photoprism/config.json +++ b/apps/photoprism/config.json @@ -24,17 +24,11 @@ { "type": "random", "label": "Photoprism DB password", - "max": 50, - "min": 8, - "required": true, "env_variable": "DB_PASSWORD" }, { "type": "random", "label": "Photoprism root DB password", - "max": 50, - "min": 8, - "required": true, "env_variable": "DB_ROOT_PASSWORD" } ]