Difference between revisions of "Config Options"

From Mumble Wiki
Jump to: navigation, search
(stub page that lists all available config options, and how to grep for them)
 
m (remove duplicate headline)
Line 1: Line 1:
= Config Options =
 
 
 
Currently, the following config options exist:
 
Currently, the following config options exist:
  

Revision as of 10:58, 13 January 2011

Currently, the following config options exist:

host
password
port
timeout
bandwidth
users
usersperchannel
textmessagelength
imagemessagelength
allowhtml
defaultchannel
rememberchannel
welcometext
registername
registerpassword
registerhostname
registerlocation
registerurl
bonjour
allowping
certrequired
username
channelname

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 getConf Server.cpp | cut -d\" -f2