2 welcometext = "Welcome to uMurmur!";
3 certificate = "/etc/umurmur/cert.crt";
4 private_key = "/etc/umurmur/key.key";
10 # Root channel must always be defined first.
11 # If a channel has a parent, the parent must be defined before the child channel(s).
15 description = "The Root of all channels";
20 description = "Lobby channel";
25 description = "The Red team channel";
30 description = "The Blue team channel";
33 # Channel links configuration.
36 destination = "Red team";
40 destination = "Blue team";
44 default_channel = "Lobby";