diff options
| author | 2009-12-15 17:48:30 +0100 | |
|---|---|---|
| committer | 2009-12-15 17:48:30 +0100 | |
| commit | 95d09b338ac7aed2b387bf143a5cfd1c4b29f612 (patch) | |
| tree | 2f6c078f95bbc80f423609bacab8066fe86d7067 /config | |
| parent | gui queue view - unstable (non thread safe) (diff) | |
| download | pyload-95d09b338ac7aed2b387bf143a5cfd1c4b29f612.tar.xz | |
new Django webinterface(in development), small fixes
Diffstat (limited to 'config')
| -rw-r--r-- | config | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -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 |
