apkbuilds @ 30c9446248cbf80e8e41c75d852ae0e39cbd71e0

 1# Available options mysql (default), postgres and sqlite.
 2PHOTOVIEW_DATABASE_DRIVER=sqlite
 3PHOTOVIEW_SQLITE_PATH=/var/lib/photoview/photoview.db
 4
 5# PHOTOVIEW_MYSQL_URL=
 6# PHOTOVIEW_POSTGRES_URL=
 7
 8PHOTOVIEW_LISTEN_IP=localhost
 9PHOTOVIEW_LISTEN_PORT=4001
10PHOTOVIEW_SERVE_UI=1
11PHOTOVIEW_UI_PATH=/usr/share/webapps/photoview/
12PHOTOVIEW_MEDIA_CACHE=/var/cache/photoview/media_cache
13
14# disable features
15PHOTOVIEW_DISABLE_FACE_RECOGNITION=1
16PHOTOVIEW_DISABLE_VIDEO_ENCODING=0
17PHOTOVIEW_DISABLE_RAW_PROCESSING=0
18
19
20# comment this out for old style service management
21#supervisor=supervise-daemon
22#command_user=photoview:photoview