From a39aa5d16d70a3084afb2d6c9200f771c6b88b91 Mon Sep 17 00:00:00 2001 From: Aaron van Meerten Date: Mon, 22 Jul 2019 17:39:09 -0500 Subject: [PATCH] change global config to split on \\n --- prosody/rootfs/defaults/prosody.cfg.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/prosody/rootfs/defaults/prosody.cfg.lua b/prosody/rootfs/defaults/prosody.cfg.lua index c3fb072..eb1038f 100644 --- a/prosody/rootfs/defaults/prosody.cfg.lua +++ b/prosody/rootfs/defaults/prosody.cfg.lua @@ -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"