From 47b17acbafd37ac423685f52c26839b33b856390 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Mon, 26 Oct 2015 22:46:58 +0100 Subject: [PATCH] ejabberdctl.cfg: Document CONTRIB_MODULES_CONF_DIR --- ejabberdctl.cfg.example | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ejabberdctl.cfg.example b/ejabberdctl.cfg.example index 63c917358..d121aa824 100644 --- a/ejabberdctl.cfg.example +++ b/ejabberdctl.cfg.example @@ -169,6 +169,18 @@ # #CONTRIB_MODULES_PATH=/opt/ejabberd-modules +#. +#' CONTRIB_MODULES_CONF_DIR: configuration directory for contributed modules +# +# Specify the full path to the configuration directory for contributed ejabberd +# modules. In order to configure a module named mod_foo, a mod_foo.yml file can +# be created in this directory. This file will then be used instead of the +# default configuration file provided with the module. +# +# Default: $CONTRIB_MODULES_PATH/conf +# +#CONTRIB_MODULES_CONF_DIR=/etc/ejabberd/modules + #. #' # vim: foldmarker=#',#. foldmethod=marker: