6 lines
201 B
Bash
6 lines
201 B
Bash
HOST_PHOTOVIEW_LOCATION="/root/photoview"
|
|
PHOTOVIEW_PORT="2283"
|
|
HOST_PHOTOVIEW_MEDIA_ROOT="/mnt/images"
|
|
PHOTOVIEW_DATABASE_DRIVER="sqlite"
|
|
PHOTOVIEW_SQLITE_PATH="/home/photoview/database/photoview.db"
|