aboutsummaryrefslogtreecommitdiff
path: root/photoprism-autoimport.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'photoprism-autoimport.conf.example')
-rw-r--r--photoprism-autoimport.conf.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/photoprism-autoimport.conf.example b/photoprism-autoimport.conf.example
new file mode 100644
index 0000000..0f12717
--- /dev/null
+++ b/photoprism-autoimport.conf.example
@@ -0,0 +1,8 @@
+# Project: photoprism-autoimport
+# Dot-sourced by autoimport.sh
+username=admin
+password=1234_admin_pw_7890
+url=https://www.example.com:2342/
+directory=Stackphone1_Camera
+# Set this to safely shut down curl if the import task does not return a result to curl. The import job will still continue to run even if curl disconnects. Number is seconds.
+#max_time=8
bgstack15