aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2015-10-26 22:46:58 +0100
committerHolger Weiss <holger@zedat.fu-berlin.de>2015-10-26 22:46:58 +0100
commit47b17acbafd37ac423685f52c26839b33b856390 (patch)
tree421391bd282a647f50d4e251969bfdf0bf0eca1e
parentejabberdctl: export CONTRIB_MODULES_CONF_DIR (diff)
ejabberdctl.cfg: Document CONTRIB_MODULES_CONF_DIR
-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: