aboutsummaryrefslogtreecommitdiff
path: root/apks/photoview/photoview.confd
blob: cb062b6e4d97c0d65aa831ab15a6f98db620069c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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


# comment this out for old style service management
#supervisor=supervise-daemon
#command_user=photoview:photoview