From cf929e730faba7a34926a9ce6f7b9c5701bbe23e Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Tue, 10 Feb 2015 00:15:06 +0100 Subject: [PATCH] Document EJABBERD_CONFIG_PATH in ejabberdctl.cfg --- ejabberdctl.cfg.example | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ejabberdctl.cfg.example b/ejabberdctl.cfg.example index 83d0ff7a6..b582527eb 100644 --- a/ejabberdctl.cfg.example +++ b/ejabberdctl.cfg.example @@ -148,6 +148,17 @@ # #EJABBERD_PID_PATH=/var/run/ejabberd/ejabberd.pid +#. +#' EJABBERD_CONFIG_PATH: ejabberd configuration file +# +# Specify the full path to the ejabberd configuration file. If the file name has +# a ".yml" extension, it is parsed as a YAML file; otherwise, Erlang syntax is +# expected. +# +# Default: $ETC_DIR/ejabberd.yml +# +#EJABBERD_CONFIG_PATH=/etc/ejabberd/ejabberd.yml + #. #' # vim: foldmarker=#',#. foldmethod=marker: