Setting tag ejabberd-2.1.6-3
[ejabberd.git] / ejabberd.sysconfig
1 ## Settings for ejabberd
2
3 ## Where should ejabberd find its configuration file?
4 #
5 #CONFIG_FILE=/etc/ejabberd/ejabberd.cfg
6
7 ## ULIMIT_MAX_FILES alters the number of files that ejabberd is
8 ## allowed to have open at once.  If it is unset the system default
9 ## (usually 1024) will be used.  ejabberd will want over twice as many
10 ## open files as it has active connections, so if you have a few
11 ## hundred or more users you will want to set this.
12 #
13 #ULIMIT_MAX_FILES=1024