6 lines
108 B
Bash
6 lines
108 B
Bash
|
FONT_BOLD=$(tput bold)
|
||
|
FONT_NORMAL=$(tput sgr0)
|
||
|
|
||
|
PBC_PROTOCOL="http"
|
||
|
PBC_HOST="192.168.1.24"
|
||
|
PBC_PORT="3000"
|