15 lines
451 B
Bash
15 lines
451 B
Bash
export DEBUG=true
|
|
export MAIN_INTERVAL_DURATION=5ms
|
|
|
|
export PARSE_V01=true
|
|
cp ./config.d/mayhem-party.d/v01{"",-live}.yaml
|
|
export V01_CONFIG=./config.d/mayhem-party.d/v01-live.yaml
|
|
|
|
export WRAP_REFRESH_ON_SIGUSR1=true
|
|
|
|
export OUTPUT_KEYBOARD=${OUTPUT_KEYBOARD:-false}
|
|
|
|
#export RAW_UDP=17070
|
|
export RAW_WS_PROXY_URL=http://localhost$(cat config.d/mayhem-party.d/v01-live.yaml | grep -A 10 feedback | grep addr: | awk '{print $NF}')
|
|
export RAW_WS=17072
|