## TkKasse server settings file.
## If you want to do anything special on server startup, you can put tcl
## commands here. Otherwise, just configure the variables below.

## The path where TkKasse puts all the data produced by the cash register.
## If you put this on removeable media, please specify the "sync" option
## with the mount command.
set DATA_PATH /var/lib/tkkasse

## The loglevel. Debug logs are put into /var/log/tkkassed only. All other
## logs are put into /var/log/tkkassed *and* syslog if the loglevel is equal
## or higher than noticed here. If you plan to send in error reports, leave
## this at "debug".
set LOGLEVEL debug 

## The TCP port number the server listens for connections with the clients.
set SERVER_PORT 19150
