toes/scripts/config.sh
Chris Wanstrath 128afcfef8 DATA_DIR
2026-02-09 16:50:13 -08:00

10 lines
266 B
Bash
Executable File

#!/usr/bin/env bash
# It isn't enough to modify this yet.
# You also need to manually update the toes.service file.
HOST="${HOST:-toes@toes.local}"
URL="${URL:-http://toes.local}"
DEST="${DEST:-~/toes}"
DATA_DIR="${DATA_DIR:-~/data}"
APPS_DIR="${APPS_DIR:-~/apps}"