Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2015-10-27 00:46:58 +0300
committerHolger Weiss <holger@zedat.fu-berlin.de>2015-10-27 00:46:58 +0300
commit47b17acbafd37ac423685f52c26839b33b856390 (patch)
tree421391bd282a647f50d4e251969bfdf0bf0eca1e /ejabberdctl.cfg.example
parent788049be7b649ad3c8ad0adb804a0496af5b6191 (diff)
ejabberdctl.cfg: Document CONTRIB_MODULES_CONF_DIR
Diffstat (limited to 'ejabberdctl.cfg.example')
-rw-r--r--ejabberdctl.cfg.example12
1 files changed, 12 insertions, 0 deletions
diff --git a/ejabberdctl.cfg.example b/ejabberdctl.cfg.example
index 63c917358..d121aa824 100644
--- a/ejabberdctl.cfg.example
+++ b/ejabberdctl.cfg.example
@@ -170,5 +170,17 @@
#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: