fix: config

This commit is contained in:
Nicolas Meienberger 2022-09-11 15:14:01 +02:00
parent 4b9f1950c5
commit 6c33dcb685

View File

@ -24,17 +24,11 @@
{ {
"type": "random", "type": "random",
"label": "Photoprism DB password", "label": "Photoprism DB password",
"max": 50,
"min": 8,
"required": true,
"env_variable": "DB_PASSWORD" "env_variable": "DB_PASSWORD"
}, },
{ {
"type": "random", "type": "random",
"label": "Photoprism root DB password", "label": "Photoprism root DB password",
"max": 50,
"min": 8,
"required": true,
"env_variable": "DB_ROOT_PASSWORD" "env_variable": "DB_ROOT_PASSWORD"
} }
] ]