X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=files%2Fumurmur.conf;fp=files%2Fumurmur.conf;h=42b5e99716bed5b97ab651aa2d55d0beff386c50;hb=6a6908d7031a79b5767d86a4da056f65a742ac9f;hp=0000000000000000000000000000000000000000;hpb=d60f6bc70be6817512d79ecef828934dcde131ff;p=umurmur.git diff --git a/files/umurmur.conf b/files/umurmur.conf new file mode 100644 index 0000000..42b5e99 --- /dev/null +++ b/files/umurmur.conf @@ -0,0 +1,31 @@ +max_bandwidth = 5000; +welcometext = "Welcome to uMurmur!"; +certificate = "/etc/umurmur/cert.crt"; +private_key = "/etc/umurmur/key.key"; +password = ""; +max_users = 10; + +# Root channel must always be defined first. +# If a channel has a parent, the parent must be defined before the child channel(s). +channels = ( { + name = "Root"; + parent = ""; + description = "The Root of all channels"; + }, + { + name = "Lobby"; + parent = "Root"; + description = "Lobby channel"; + }, + { + name = "Red team"; + parent = "Lobby"; + description = "The Red team channel"; + }, + { + name = "Blue team"; + parent = "Lobby"; + description = "The Blue team channel"; + } +); +default_channel = "COH";