<config>
    <remote>
        <port>7227</port>
        <listenaddr>0.0.0.0</listenaddr>
        <username>admin</username>
        <password>pwhere</password>
    </remote>
    <ssl>
        <activated>False</activated>
        <cert>ssl.srt</cert>
        <key>ssl.key</key>
    </ssl>
    <webinterface>
        <activated>True</activated>
        <host>0.0.0.0</host>
        <port>8000</port>
        <template>default</template>
        <local>True</local>
        <ssl>None</ssl>
        <username>None</username>
        <adress>None</adress>
        <extport>None</extport>
        <pw>None</pw>
    </webinterface>
    <log>
        <file_log>True</file_log>
        <log_folder>Logs</log_folder>
        <log_count>5</log_count>
    </log>
    <general>
        <language>de</language>
        <download_folder>Downloads</download_folder>
        <max_downloads>3</max_downloads>
        <use_reconnect>False</use_reconnect>
        <link_file>links.txt</link_file>
        <failed_file>failed_links.txt</failed_file>
        <reconnect_method>reconnect_method</reconnect_method>
        <debug_mode>False</debug_mode>
        <max_download_time>5</max_download_time>
    </general>
    <updates>
        <search_updates>True</search_updates>
        <install_updates>False</install_updates>
    </updates>
    <reconnectTime>
        <start>0:00</start>
        <end>0:00</end>
    </reconnectTime>
    <downloadTime>
        <start>0:00</start>
        <end>0:00</end>
    </downloadTime>
    <proxy>
        <activated>False</activated>
        <adress>http://localhost:8080</adress>
        <protocol>http</protocol>
    </proxy>
</config>