Config Options

From Mumble Wiki
Revision as of 22:11, 3 May 2013 by Kissaki0 (talk | contribs) (add notice with link to more elaborative Murmur.ini)
Jump to: navigation, search
Icons oxygen 48x48 actions view-pim-notes.png
Note:
A more elaborative description is available on the Murmur.ini page

Currently, the following config options exist:

host
serverpassword
port
timeout
textmessagelength
imagemessagelength
allowhtml
bandwidth
defaultchannel
rememberchannel
users
usersperchannel
welcometext
certrequired
database
dbDriver
dbUsername
dbPassword
dbHost
dbPrefix
dbOpts
dbPort
ice
icesecret
icesecretread
icesecretwrite
logdays
dbus
dbusservice
logfile
pidfile
registerName
registerPassword
registerHostname
registerLocation
registerUrl
bonjour
autobanAttempts
autobanTimeframe
autobanTime
uname
username
channelname
obfuscate
sendversion
allowping
sslCert
sslKey
sslCA
sslPassPhrase

The easiest way to get such a list of existing options is running the following command in the src/murmur directory of Mumble's source tree:

grep 'qsSettings->value' Meta.cpp | cut -d\" -f2