pedalboard-scripts/config.env

8 lines
162 B
Bash
Raw Permalink Normal View History

2022-03-29 15:02:22 +02:00
export TERM=xterm
2022-03-30 15:33:31 +02:00
export FONT_BOLD=$(tput bold)
export FONT_NORMAL=$(tput sgr0)
2022-03-25 15:16:17 +01:00
2022-03-30 15:33:31 +02:00
export PBC_PROTOCOL="http"
export PBC_HOST="192.168.1.24"
export PBC_PORT="3000"