]> granicus.if.org Git - ejabberd/commitdiff
Fix example configuration option 'add' to 'append_host_config'
authorBadlop <badlop@process-one.net>
Thu, 2 Jan 2014 14:03:05 +0000 (15:03 +0100)
committerBadlop <badlop@process-one.net>
Thu, 2 Jan 2014 14:03:05 +0000 (15:03 +0100)
ejabberd.yml.example

index 307b2d31168ed416804976f8b74a40b992141ecc..28f61fdbeb56500d235ae4e31fafb67c98a9d568 100644 (file)
@@ -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