# qdb deployment config --- sourced (EnvironmentFile=) by the qdb
# systemd user units.
#
# QDB_IRC_BASE is intentionally unset: qdb-watch.sh and qdb-ii.service
# both default it to $HOME/irc.

# --- IRC identity ---
QDB_IRC_NICK=oddbot
QDB_IRC_FULLNAME=qdb bot - gopher.someodd.zip/1/applets/qdb
QDB_IRC_CHAN="#main"

# --- ii wiring ---
# ii connects to 127.0.0.1:QDB_LOCAL_PORT --- the local ngircd, or, for
# a remote server, the local end of qdb-stunnel. ii names its on-disk
# dir after that host, hence QDB_IRC_NETDIR=127.0.0.1; QDB_IRC_NET is
# the human network name, recorded verbatim in every snapshot header.
QDB_LOCAL_PORT=6667
QDB_IRC_NETDIR=127.0.0.1
QDB_IRC_NET=irc.someodd.zip

# --- storage / links ---
QDB_QUOTES_DIR=/var/gopher/applets/qdb/quotes
GOPHER_HOST=gopher.someodd.zip

# --- log pruning (qdb-logprune.timer) ---
# How many days of ii's raw `out` logs to keep. qdb snapshots in
# quotes/ are never pruned --- they are permanent.
QDB_LOG_KEEP_DAYS=14
