Advertisement
Guest User

Untitled

a guest
Sep 20th, 2014
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. TitleFormat=bakedgoods
  2. # Welcome message sent to users
  3. welcometext="Welcome to this server"
  4.  
  5. # Path to database. If blank, will search for
  6. # murmur.sqlite in default locations.
  7. database=
  8.  
  9. # Murmur default to logging to murmur.log.
  10. logfile=murmur.log
  11. logdays=30
  12.  
  13. # Password to join server
  14. serverpassword=fish
  15.  
  16. # Maximum bandwidth (in bytes per second) clients are allowed
  17. # send speech at.
  18. bandwidth=72000
  19.  
  20. # Maximum number of concurrent clients allowed.
  21. users=20
  22.  
  23. autobanAttempts = 10
  24. autobanTimeframe = 120
  25. autobanTime = 300
  26.  
  27.  
  28. # To enable public registration, the serverpassword must be blank, and this
  29. # must all be filled out.
  30. # The password here is used to create a registry for the server name; subsequent
  31. # updates will need the same password. Don't loose your password.
  32. # The URL is your own website.
  33. registerName=
  34. registerPassword=
  35. registerUrl=http://mumble.sourceforge.net/
  36. dbus=session
  37.  
  38. # Port to bind TCP and UDP sockets to.
  39. # DO NOT CHANGE
  40. host=192.187.110.27
  41. port=64738
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement