# Defaults for doodle
# sourced by /etc/cron.daily/doodle

# Directories which doodle is going to index
DOODLE_PATH="/home"

# Default location of the doodle database
# Note: do not change - it is hardcoded into the binary
DOODLE_DBPATH="/var/lib/doodle/doodle.db"

# Additional options that are passed to doodled,
# the doodle daemon (if installed).
DAEMON_OPTS="-d ${DOODLE_DBPATH} -L /var/log/doodle.log"
