pedalboard-scripts/config.env
2022-03-29 15:02:22 +02:00

8 lines
127 B
Bash

export TERM=xterm
FONT_BOLD=$(tput bold)
FONT_NORMAL=$(tput sgr0)
PBC_PROTOCOL="http"
PBC_HOST="192.168.1.24"
PBC_PORT="3000"