]> granicus.if.org Git - ejabberd/commitdiff
Document EJABBERD_CONFIG_PATH in ejabberdctl.cfg
authorHolger Weiss <holger@zedat.fu-berlin.de>
Mon, 9 Feb 2015 23:15:06 +0000 (00:15 +0100)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Mon, 9 Feb 2015 23:15:06 +0000 (00:15 +0100)
ejabberdctl.cfg.example

index 83d0ff7a67a8a09a13de21d27674bcce88679e27..b582527ebb021c911568ac3e4a898c7c5b6373a5 100644 (file)
 #
 #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: