aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberdctl.cfg.example
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2011-05-31 12:26:44 +0200
committerBadlop <badlop@process-one.net>2011-05-31 12:26:44 +0200
commit32d3d1626bf8a8c2d01a4c6b2f6e5bc570e6045b (patch)
treeda57913b0f858b3f573cd55ba62370fae4037518 /src/ejabberdctl.cfg.example
parentCut the string when calling halt/1 (diff)
New ERL_EPMD_ADDRESS that works since Erlang/OTP R14B03
Diffstat (limited to 'src/ejabberdctl.cfg.example')
-rw-r--r--src/ejabberdctl.cfg.example16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ejabberdctl.cfg.example b/src/ejabberdctl.cfg.example
index 2106e3d22..3f116d180 100644
--- a/src/ejabberdctl.cfg.example
+++ b/src/ejabberdctl.cfg.example
@@ -62,6 +62,22 @@
INET_DIST_INTERFACE={127,0,0,1}
#.
+#' ERL_EPMD_ADDRESS: IP addresses where epmd listens for connections
+#
+# IMPORTANT: This option works only in Erlang/OTP R14B03 and newer.
+#
+# This environment variable may be set to a comma-separated
+# list of IP addresses, in which case the epmd daemon
+# will listen only on the specified address(es) and on the
+# loopback address (which is implicitly added to the list if it
+# has not been specified). The default behaviour is to listen on
+# all available IP addresses.
+#
+# Default: 0.0.0.0
+#
+#ERL_EPMD_ADDRESS=127.0.0.1
+
+#.
#' ERL_PROCESSES: Maximum number of Erlang processes
#
# Erlang consumes a lot of lightweight processes. If there is a lot of activity