diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-12-02 20:36:43 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-12-02 20:36:43 +0100 |
commit | 106e79456886563e4ee4ed43027bc69984f65928 (patch) | |
tree | bd1d1ea1aabe2bac3faf77117145466382e5f3b7 /config | |
parent | New Update Function, pycurl able to just load headers, little fixes (diff) | |
download | pyload-106e79456886563e4ee4ed43027bc69984f65928.tar.xz |
new bottle.py, re implemented webserver(not ready yet)
Diffstat (limited to 'config')
-rw-r--r-- | config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,12 +5,12 @@ username = admin password = pwhere [ssl] -activated = True +activated = False cert = ssl.crt key = ssl.key [webinterface] -activated = False +activated = True listenaddr = 0.0.0.0 port = 8080 username = User |