aboutsummaryrefslogtreecommitdiff
path: root/apks/photoview/photoview.confd
diff options
context:
space:
mode:
Diffstat (limited to 'apks/photoview/photoview.confd')
-rw-r--r--apks/photoview/photoview.confd17
1 files changed, 17 insertions, 0 deletions
diff --git a/apks/photoview/photoview.confd b/apks/photoview/photoview.confd
new file mode 100644
index 0000000..0c90d9e
--- /dev/null
+++ b/apks/photoview/photoview.confd
@@ -0,0 +1,17 @@
+# Available options mysql (default), postgres and sqlite.
+PHOTOVIEW_DATABASE_DRIVER=sqlite
+PHOTOVIEW_SQLITE_PATH=/var/lib/photoview/photoview.db
+
+# PHOTOVIEW_MYSQL_URL=
+# PHOTOVIEW_POSTGRES_URL=
+
+PHOTOVIEW_LISTEN_IP=localhost
+PHOTOVIEW_LISTEN_PORT=4001
+PHOTOVIEW_SERVE_UI=1
+PHOTOVIEW_UI_PATH=/usr/share/webapps/photoview/
+PHOTOVIEW_MEDIA_CACHE=/var/cache/photoview/media_cache
+
+# disable features
+PHOTOVIEW_DISABLE_FACE_RECOGNITION=1
+PHOTOVIEW_DISABLE_VIDEO_ENCODING=0
+PHOTOVIEW_DISABLE_RAW_PROCESSING=0