Updated all templates to use instance variables
This commit is contained in:
parent
a0c854d3c0
commit
dc51af1ca2
113 changed files with 527 additions and 522 deletions
|
@ -1,13 +1,13 @@
|
|||
DBHostName=<%= mythtv_dbhost %>
|
||||
DBHostName=<%= @mythtv_dbhost %>
|
||||
|
||||
# By default, Myth tries to ping the DB host to see if it exists.
|
||||
# If your DB host or network doesn't accept pings, set this to no:
|
||||
#
|
||||
#DBHostPing=no
|
||||
|
||||
DBUserName=<%= mythtv_dbuser %>
|
||||
DBPassword=<%= mythtv_dbpass %>
|
||||
DBName=<%= mythtv_dbname %>
|
||||
DBUserName=<%= @mythtv_dbuser %>
|
||||
DBPassword=<%= @mythtv_dbpass %>
|
||||
DBName=<%= @mythtv_dbname %>
|
||||
DBType=QMYSQL3
|
||||
|
||||
# Set the following if you want to use something other than this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue