mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@444 05730e5d-ab1b-0410-a4ac-84af385074fa
28 lines
690 B
INI
28 lines
690 B
INI
# Welcome message sent to users
|
|
welcometext="<br />Welcome to this server running <b>Murmur</b>.<br />Enjoy your stay!<br />"
|
|
|
|
# Port to bind TCP and UDP sockets to
|
|
port=64738
|
|
|
|
# Users hear themselves? (Testmode)
|
|
loop=false
|
|
|
|
# Path to database. If blank, will search for
|
|
# murmur.sqlite in default locations.
|
|
database=
|
|
|
|
# Password to join server
|
|
serverpassword=
|
|
|
|
# How often should commands from the database be checked?
|
|
# The default is every 10 seconds. Unless you're writing your
|
|
# own scripts, don't bother with this.
|
|
commandtime=1
|
|
|
|
# Maximum bandwidth (in bytes per second) clients are allowed
|
|
# send speech at.
|
|
bandwidth=5000
|
|
|
|
# Maximum number of concurrent clients allowed.
|
|
users=50
|