Updated all templates to use instance variables

This commit is contained in:
Ossi Salmi 2013-05-05 00:07:55 +03:00
parent a0c854d3c0
commit dc51af1ca2
113 changed files with 527 additions and 522 deletions

View file

@ -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="<%= @murmur_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=<%= @murmur_password %>
# Maximum bandwidth (in bits per second) clients are allowed
# to send speech at.