summaryrefslogtreecommitdiff
path: root/ejabberdctl.cfg.example
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2013-06-18 15:56:28 +0200
committerChristophe Romain <christophe.romain@process-one.net>2013-06-18 15:56:28 +0200
commit55fb85107e880e47cb63e65f09721e3af089ec9d (patch)
tree6242b2d5bd140fb8ba447bc7292a49147b707c5e /ejabberdctl.cfg.example
parentSome deps have their DLLs in "priv" directory (not "priv/lib"). (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 b72058a1..a90ff9aa 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