solana/metrics/metrics-main/host.sh

7 lines
87 B
Bash

# |source| me
if [[ -z $HOST ]]; then
HOST=metrics.solana.com
fi
echo "HOST: $HOST"