source: mythtv/mythtv/contrib/config_files/config.xml @ 16b232a56

devel/2020-playerdevel/ffmpeg-resyncdevel/gpu-commflagfixes/0.26fixes/0.27fixes/0.28fixes/29fixes/30fixes/31github-templates
Last change on this file since 16b232a56 was 16b232a56, checked in by Michael T. Dean <mdean@…>, 12 years ago

Update example config.xml for new format.

  • Property mode set to 100644
File size: 655 bytes
Line 
1<Configuration>
2  <UPnP>
3    <MythFrontend>
4      <DefaultBackend>
5        <DBHostPing>no</DBHostPing>
6      </DefaultBackend>
7    </MythFrontend>
8  </UPnP>
9  <LocalHostName>my-unique-identifier-goes-here</LocalHostName>
10  <Database>
11    <PingHost>1</PingHost>
12    <Host>127.0.0.1</Host>
13    <UserName>mythtv</UserName>
14    <Password>mythtv</Password>
15    <DatabaseName>mythconverg</DatabaseName>
16    <Port>3306</Port>
17  </Database>
18  <WakeOnLAN>
19    <Enabled>0</Enabled>
20    <SQLReconnectWaitTime>0</SQLReconnectWaitTime>
21    <SQLConnectRetry>5</SQLConnectRetry>
22    <Command>echo 'WOLsqlServerCommand not set'</Command>
23  </WakeOnLAN>
24</Configuration>
25
Note: See TracBrowser for help on using the repository browser.