summaryrefslogtreecommitdiffstats
path: root/module/config/core_default.xml
diff options
context:
space:
mode:
authorGravatar Wugy <wugy@mally-soft.com> 2010-01-06 14:22:31 +0100
committerGravatar Wugy <wugy@mally-soft.com> 2010-01-06 14:22:31 +0100
commit5bd5ffbaf7de6436f8648591b9430dad1e3c1eef (patch)
treecac08a4575435b0d6548dea91a884a96821fa74e /module/config/core_default.xml
parentfixed cli (diff)
downloadpyload-5bd5ffbaf7de6436f8648591b9430dad1e3c1eef.tar.xz
default Dir in module/web/media/
Diffstat (limited to 'module/config/core_default.xml')
-rw-r--r--module/config/core_default.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/config/core_default.xml b/module/config/core_default.xml
index 8e149a442..366197a61 100644
--- a/module/config/core_default.xml
+++ b/module/config/core_default.xml
@@ -13,7 +13,7 @@
<webinterface name="Webinterface">
<activated type="bool" name="Activated">True</activated>
<host type="ip" name="IP">0.0.0.0</host>
- <port type="int" name="Port">8000</port>
+ <port type="int" name="Port">8001</port>
<template type="str" name="Template">default</template>
<local type="bool" name="Local">True</local>
<ssl type="bool" name="SSL">False</ssl>