<?xml version="1.0"?>
<worker>
<!--
You can override the name of the worker, which will typically be
hostname:(xmlfilename)
<worker name="default">
-->

    <manager>
<!--
      This specifies what manager to log in to.
      Compare with command-line options.
-->
      <host>somehost.somedomain</host>
      <!-- <port>7531</port> --> 
      <!-- Defaults to 7531 for SSL or 8642 for TCP if not specified. -->

      <!-- <transport>ssl</transport> -->
      <!-- Defaults to ssl if not specified. -->
-
    </manager>

    <authentication type="plaintext">
<!--
      This specifies what authentication to use to log in.
      Compare with command-line options.
-->
      <username>user</username>
      <password>test</password>
    </authentication>

    <feederports>8650-8651</feederports>
    <!-- A small port range for the worker to use as it wants. -->

    <debug>*:4</debug>

</worker>

