update configs in host.d for tts

master
bel 2023-03-26 09:29:02 -06:00
parent 67e504ced6
commit 323ca466ad
3 changed files with 10 additions and 5 deletions

View File

@ -1,7 +1,11 @@
export DEBUG=true
export RAW_UDP=17070
export BUTTON_V01=true
export WRAP_REFRESH_ON_SIGUSR1=true
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 BUTTON_V01_CONFIG=./config.d/mayhem-party.d/v01.yaml

View File

@ -1,5 +1,6 @@
feedback:
addr: :17071
ttsaddr: http://localhost:15002
users:
bel:
player: 2

View File

@ -15,7 +15,7 @@ import (
var (
FlagDebug = os.Getenv("DEBUG") == "true"
FlagParseV01Config = os.Getenv("PARSE_V01_CONFIG")
FlagParseV01Config = os.Getenv("V01_CONFIG")
)
type (