## General

project_store=/home/tlm/_tmp/vise/store/
# All image files added to a project is stored in this folder.

vise_store=/home/tlm/_tmp/vise/data/
# VISE application data (e.g. index files, configuration, etc) are stored here.

www_root=/home/tlm/code/vise2/src/www
# A minimal HTML based user interface for VISE (no trailing /)

## HTTP Server

address=0.0.0.0
# Bind VISE http server in to this address

port=9670
# Bind VISE http server in to this port

nthread=4
# Number of concurrent threads to handle HTTP requests