toes/scripts/config.sh

10 lines
280 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@$(hostname).local}"
URL="${URL:-http://$(hostname).local}"
DEST="${DEST:-~/toes}"
DATA_DIR="${DATA_DIR:-~/data}"
APPS_DIR="${APPS_DIR:-~/apps}"