summaryrefslogtreecommitdiffstats
path: root/makefu/0tests
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-03-09 22:15:34 +0100
committermakefu <github@syntax-fehler.de>2021-03-09 22:15:34 +0100
commit833e7455b3d7f0e90553d229e0cac0b391474745 (patch)
tree33cedffc2ad39f48faf88ceee5ec1ab580720f61 /makefu/0tests
parentce2aadff1c8d1d44a51c3be27570c64e14fd13c1 (diff)
ma home: init photoprism
Diffstat (limited to 'makefu/0tests')
-rw-r--r--makefu/0tests/data/secrets/photoprism.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/makefu/0tests/data/secrets/photoprism.nix b/makefu/0tests/data/secrets/photoprism.nix
new file mode 100644
index 00000000..17811ec5
--- /dev/null
+++ b/makefu/0tests/data/secrets/photoprism.nix
@@ -0,0 +1,4 @@
+{
+ db.username = "photoprism";
+ db.password = "photoprism";
+}