diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-17 15:49:48 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-17 15:49:48 +0200 |
commit | 9f044df800d8ccca73178a523b18fead36e5befc (patch) | |
tree | 3a7704aaf96fb8429edc5e7dcbbab7381c7bca96 /config | |
parent | pyLoad Test Webinterface ! (diff) | |
download | pyload-9f044df800d8ccca73178a523b18fead36e5befc.tar.xz |
new config options, webinterface test
Diffstat (limited to 'config')
-rw-r--r-- | config | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,12 @@ [remote] port = 7272 -remotepassword = pwhere +password = pwhere + +[webinterface] +activated = True +port = 8080 +username = User +password = webpw [log] file_log = True |