From 511ae48877f8f3fae2a3ba282d979c33f2ea5491 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 17 Dec 2009 16:14:26 +0100 Subject: webinterface: config working, downloadable files --- config | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'config') 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 -- cgit v1.2.3