mayhem-party config to http ui
parent
3653f286f8
commit
ac55a08796
|
|
@ -1,8 +1,6 @@
|
|||
export DEBUG=true
|
||||
export MAIN_INTERVAL_DURATION=5ms
|
||||
|
||||
export RAW_UDP=17070
|
||||
|
||||
export PARSE_V01=true
|
||||
cp ./config.d/mayhem-party.d/v01{"",-live}.yaml
|
||||
export V01_CONFIG=./config.d/mayhem-party.d/v01-live.yaml
|
||||
|
|
@ -10,3 +8,7 @@ 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue