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:
authorChristophe Romain <christophe.romain@process-one.net>2013-06-18 17:56:28 +0400
committerChristophe Romain <christophe.romain@process-one.net>2013-06-18 17:56:28 +0400
commit55fb85107e880e47cb63e65f09721e3af089ec9d (patch)
tree6242b2d5bd140fb8ba447bc7292a49147b707c5e /ejabberdctl.cfg.example
parent1ea56142096139c634027f0b59ba12ba16017385 (diff)
improve ejabberdctl, and support different node names (thanks to Zach Calvert)(EJAB-1611)
Diffstat (limited to 'ejabberdctl.cfg.example')
-rw-r--r--ejabberdctl.cfg.example5
1 files changed, 2 insertions, 3 deletions
diff --git a/ejabberdctl.cfg.example b/ejabberdctl.cfg.example
index b72058a1a..a90ff9aa2 100644
--- a/ejabberdctl.cfg.example
+++ b/ejabberdctl.cfg.example
@@ -55,11 +55,10 @@
#
# This communication is used by ejabberdctl command line tool,
# and in a cluster of several ejabberd nodes.
-# Notice that the IP address must be specified in the Erlang syntax.
#
-# Default: {127,0,0,1}
+# Default: 127.0.0.1
#
-INET_DIST_INTERFACE={127,0,0,1}
+#INET_DIST_INTERFACE=127.0.0.1
#.
#' ERL_EPMD_ADDRESS: IP addresses where epmd listens for connections