From 95d09b338ac7aed2b387bf143a5cfd1c4b29f612 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 15 Dec 2009 17:48:30 +0100 Subject: new Django webinterface(in development), small fixes --- config | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config b/config index c593674f6..03307f1a4 100644 --- a/config +++ b/config @@ -11,10 +11,15 @@ key = ssl.key [webinterface] activated = True -listenaddr = 0.0.0.0 port = 8080 -username = User -password = webpw +template = default +local = True +ssl = None #ONLY SPECIFY IF PYLOAD NOT RUN ON YOUR LOCALHOST +username = None +adress = None +port = None +pw = None + [log] file_log = True -- cgit v1.2.3