ejabberdctl.cfg: Document CONTRIB_MODULES_CONF_DIR

This commit is contained in:
Holger Weiss 2015-10-26 22:46:58 +01:00
parent 788049be7b
commit 47b17acbaf
1 changed files with 12 additions and 0 deletions

View File

@ -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: