toes/scripts/config.sh
2026-02-04 16:59:34 -08:00

9 lines
235 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}"
APPS_DIR="${APPS_DIR:-~/apps}"