From 27302fb7ac60747f892afa8b328b1979cc9af698 Mon Sep 17 00:00:00 2001 From: Badlop Date: Thu, 2 Jan 2014 15:03:05 +0100 Subject: [PATCH] Fix example configuration option 'add' to 'append_host_config' --- ejabberd.yml.example | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ejabberd.yml.example b/ejabberd.yml.example index 307b2d311..28f61fdbe 100644 --- a/ejabberd.yml.example +++ b/ejabberd.yml.example @@ -599,12 +599,11 @@ modules: ## ## Enable modules with custom options in a specific virtual host ## -## host_config: +## append_host_config: ## "localhost": -## add: -## modules: -## mod_echo: -## host: "mirror.localhost" +## modules: +## mod_echo: +## host: "mirror.localhost" ### Local Variables: ### mode: yaml