Fixed MythTV config.xml for 0.26 series.
This commit is contained in:
parent
684c1c4474
commit
7762ef7da8
1 changed files with 7 additions and 0 deletions
|
@ -10,4 +10,11 @@
|
||||||
</DefaultBackend>
|
</DefaultBackend>
|
||||||
</MythFrontend>
|
</MythFrontend>
|
||||||
</UPnP>
|
</UPnP>
|
||||||
|
<Database>
|
||||||
|
<Host><%= mythtv_dbhost %></Host>
|
||||||
|
<UserName><%= mythtv_dbuser %></UserName>
|
||||||
|
<Password><%= mythtv_dbpass %></Password>
|
||||||
|
<DatabaseName><%= mythtv_dbname %></DatabaseName>
|
||||||
|
<Port>3306</Port>
|
||||||
|
</Database>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
|
|
Loading…
Add table
Reference in a new issue