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-02-10 02:15:06 +0300
committerHolger Weiss <holger@zedat.fu-berlin.de>2015-02-10 02:15:06 +0300
commitcf929e730faba7a34926a9ce6f7b9c5701bbe23e (patch)
treefac9cc75aae99d2b5515669ceb3fbb8ad93c5b88 /ejabberdctl.cfg.example
parent5c32ba49e2ece1f57eafb1dde59c26e572172c25 (diff)
Document EJABBERD_CONFIG_PATH in ejabberdctl.cfg
Diffstat (limited to 'ejabberdctl.cfg.example')
-rw-r--r--ejabberdctl.cfg.example11
1 files changed, 11 insertions, 0 deletions
diff --git a/ejabberdctl.cfg.example b/ejabberdctl.cfg.example
index 83d0ff7a6..b582527eb 100644
--- a/ejabberdctl.cfg.example
+++ b/ejabberdctl.cfg.example
@@ -149,5 +149,16 @@
#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: