murmur: Convert to parameterized class
This commit is contained in:
parent
1396b58024
commit
bf315c542d
2 changed files with 19 additions and 33 deletions
|
@ -67,7 +67,7 @@ pidfile=/srv/murmur/murmur.pid
|
|||
# configure it here than through D-Bus or Ice.
|
||||
#
|
||||
# Welcome message sent to clients when they connect
|
||||
welcometext="<%= @murmur_welcome %>"
|
||||
welcometext="<%= @welcome %>"
|
||||
|
||||
# Port to bind TCP and UDP sockets to
|
||||
port=64738
|
||||
|
@ -77,7 +77,7 @@ port=64738
|
|||
#host=
|
||||
|
||||
# Password to join server
|
||||
serverpassword=<%= @murmur_password %>
|
||||
serverpassword=<%= @password %>
|
||||
|
||||
# Maximum bandwidth (in bits per second) clients are allowed
|
||||
# to send speech at.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue