# /etc/sysconfig/taskoteka
# Configuration for taskoteka service
#
# All options are passed via TASKOTEKA_OPTIONS.
# Defaults shown below match the built-in defaults of the binary.

# Base options
TASKOTEKA_OPTIONS="--port 1337 --addr 0.0.0.0 --tasks-dir /tasks --archive-dir /archive/tasks --refresh-interval 5.0"

# To enable debug logging, add --debug:
#TASKOTEKA_OPTIONS="--port 1337 --addr 0.0.0.0 --tasks-dir /tasks --refresh-interval 5.0 --debug"
