Permalink
Cannot retrieve contributors at this time
<?xml version="1.0" encoding="UTF-8"?> | |
<mldht:config xmlns:mldht="http://mldht/config/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://mldht/config/ config.xsd "> | |
<core> | |
<!-- | |
<clusterNodes> | |
<networkPrefix>1.2.3.0/24</networkPrefix> | |
</clusterNodes> | |
--> | |
<logLevel>Info</logLevel> | |
<port>49001</port> | |
<useBootstrapServers>true</useBootstrapServers> | |
<multihoming>true</multihoming> | |
<persistID>true</persistID> | |
<!-- | |
<disableIPVersion>6</disableIPVersion> | |
--> | |
</core> | |
<!-- | |
<components> | |
<component xsi:type="mldht:redisIndexerType"> | |
<className>the8472.mldht.PassiveRedisIndexer</className> | |
<address>127.0.0.1</address> | |
</component> | |
<component> | |
<className>the8472.mldht.cli.Server</className> | |
</component> | |
<component> | |
<className>the8472.mldht.indexing.TorrentDumper</className> | |
</component> | |
</components> | |
--> | |
</mldht:config> |