Add Opus threshold config variable
[umurmur.git] / umurmur.conf.example
index 0caf16c90be8a429551dfd7bbc304d92c73c6429..c48e5653314448386df510d55aba0f79c5afd4d6 100644 (file)
@@ -3,6 +3,12 @@ welcometext = "Welcome to uMurmur!";
 certificate = "/etc/umurmur/cert.crt";
 private_key = "/etc/umurmur/key.key";
 password = "";
+# admin_password = "test";   # Set to enable admin functionality.
+# ban_length = 0;            # Length in seconds for a ban. Default is 0. 0 = forever.
+# enable_ban = false;        # Default is false
+# banfile = "banfile.txt";   # File to save bans to. Default is to not save bans to file.
+# sync_banfile = false;      # Keep banfile synced. Default is false, which means it is saved to at shutdown only.
+# allow_textmessage = true;  # Default is true
 max_users = 10;
 
 # bindport = 64738;
@@ -36,11 +42,13 @@ channels = ( {
         name = "Red team";
         parent = "Lobby";
         description = "The Red team channel";
+     # password = "redpw";
         },
         {
         name = "Blue team";
         parent = "Lobby";
         description = "The Blue team channel";
+     # password = "bluepw";
         }
 );
 # Channel links configuration.
@@ -55,4 +63,5 @@ channel_links = ( {
 );
 
 # The channel in which users will appear in when connecting.
+# Note that default channel can't have 'noenter = true' or password set
 default_channel = "Lobby";