update configs in host.d for tts
parent
67e504ced6
commit
323ca466ad
|
|
@ -1,7 +1,11 @@
|
||||||
export DEBUG=true
|
export DEBUG=true
|
||||||
export RAW_UDP=17070
|
|
||||||
export BUTTON_V01=true
|
|
||||||
export WRAP_REFRESH_ON_SIGUSR1=true
|
|
||||||
export MAIN_INTERVAL_DURATION=5ms
|
export MAIN_INTERVAL_DURATION=5ms
|
||||||
|
|
||||||
|
export RAW_UDP=17070
|
||||||
|
|
||||||
|
export PARSE_V01=true
|
||||||
|
export V01_CONFIG=./config.d/mayhem-party.d/v01.yaml
|
||||||
|
|
||||||
|
export WRAP_REFRESH_ON_SIGUSR1=true
|
||||||
|
|
||||||
export OUTPUT_KEYBOARD=false
|
export OUTPUT_KEYBOARD=false
|
||||||
export BUTTON_V01_CONFIG=./config.d/mayhem-party.d/v01.yaml
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
feedback:
|
feedback:
|
||||||
addr: :17071
|
addr: :17071
|
||||||
|
ttsaddr: http://localhost:15002
|
||||||
users:
|
users:
|
||||||
bel:
|
bel:
|
||||||
player: 2
|
player: 2
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ import (
|
||||||
|
|
||||||
var (
|
var (
|
||||||
FlagDebug = os.Getenv("DEBUG") == "true"
|
FlagDebug = os.Getenv("DEBUG") == "true"
|
||||||
FlagParseV01Config = os.Getenv("PARSE_V01_CONFIG")
|
FlagParseV01Config = os.Getenv("V01_CONFIG")
|
||||||
)
|
)
|
||||||
|
|
||||||
type (
|
type (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue