From 47f717392a9aef83116c0e1a3d3f5b874a1e47c6 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Mon, 26 Aug 2024 17:58:19 +0200 Subject: [PATCH] comment photoprism --- machines/orbi/service-photoprism.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/orbi/service-photoprism.nix b/machines/orbi/service-photoprism.nix index 729b479..f5aa5d8 100644 --- a/machines/orbi/service-photoprism.nix +++ b/machines/orbi/service-photoprism.nix @@ -33,7 +33,7 @@ in address = "0.0.0.0"; settings = { PHOTOPRISM_ADMIN_USER = "admin"; - PHOTOPRISM_ADMIN_PASSWORD = "..."; + PHOTOPRISM_ADMIN_PASSWORD = "..."; # change me after initialisation PHOTOPRISM_DEFAULT_LOCALE = "en"; PHOTOPRISM_DATABASE_DRIVER = "mysql"; PHOTOPRISM_DATABASE_NAME = "photoprism";