change global config to split on \\n

This commit is contained in:
Aaron van Meerten 2019-07-22 17:39:09 -05:00
parent dc374d3633
commit a39aa5d16d
1 changed files with 1 additions and 2 deletions

View File

@ -152,10 +152,9 @@ log = {
}
{{ if .Env.GLOBAL_CONFIG }}
{{ join ";\n" (splitList "," .Env.GLOBAL_CONFIG) }};
{{ join "\n" (splitList "\\n" .Env.GLOBAL_CONFIG) }}
{{ end }}
component_interface = { "*" }
data_path = "/config/data"