comment photoprism
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 15m9s

This commit is contained in:
Ingolf Wagner 2024-08-26 17:58:19 +02:00
parent d0ff322489
commit 47f717392a
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

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