summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-12-17 16:14:26 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-12-17 16:14:26 +0100
commit511ae48877f8f3fae2a3ba282d979c33f2ea5491 (patch)
tree946b97a81fa6a3efbc181177e805cee922305a47 /config
parentLittle Rapidshare Fix (diff)
downloadpyload-511ae48877f8f3fae2a3ba282d979c33f2ea5491.tar.xz
webinterface: config working, downloadable files
Diffstat (limited to 'config')
-rw-r--r--config13
1 files changed, 8 insertions, 5 deletions
diff --git a/config b/config
index 808d3f38b..8c85d1218 100644
--- a/config
+++ b/config
@@ -10,14 +10,17 @@ cert = ssl.crt
key = ssl.key
[webinterface]
-activated = False
-port = 8080
+activated = True
+host = 127.0.0.1
+# 0.0.0.0 to make it accessible from everywhere
+port = 8000
template = default
local = True
-ssl = None #ONLY SPECIFY IF PYLOAD NOT RUN ON YOUR LOCALHOST
+#ONLY SPECIFY IF PYLOAD NOT RUN ON YOUR LOCALHOST
+ssl = None
username = None
adress = None
-port = None
+extport = None
pw = None
[log]
@@ -52,4 +55,4 @@ end = 0:00
[proxy]
activated = False
adress = http://localhost:8080
-protocol = http
+protocol = http \ No newline at end of file