summaryrefslogtreecommitdiffstats
path: root/module/config/core.xml
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2009-12-23 21:04:06 +0100
committerGravatar mkaay <mkaay@mkaay.de> 2009-12-23 21:04:06 +0100
commit5ee3579572b60bb8f9e6475a517d69462b0cfe29 (patch)
tree7c3e26ad87bdaf10106bd1468b6e8f3c888e336e /module/config/core.xml
parentoops (diff)
downloadpyload-5ee3579572b60bb8f9e6475a517d69462b0cfe29.tar.xz
download speed limit
Diffstat (limited to 'module/config/core.xml')
-rw-r--r--module/config/core.xml58
1 files changed, 0 insertions, 58 deletions
diff --git a/module/config/core.xml b/module/config/core.xml
deleted file mode 100644
index 6da85cf32..000000000
--- a/module/config/core.xml
+++ /dev/null
@@ -1,58 +0,0 @@
-<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>