update configs in host.d for tts

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

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 (