diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-01-03 22:23:55 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-01-03 22:23:55 +0100 |
commit | c0eea4e1a19f57167d8e31ff0a6bac092c080a89 (patch) | |
tree | 74a596b660348d35e3ff77a032274dea2a0139b3 /module/config | |
parent | fixed daemon mode (diff) | |
download | pyload-c0eea4e1a19f57167d8e31ff0a6bac092c080a89.tar.xz |
little fixes
Diffstat (limited to 'module/config')
-rw-r--r-- | module/config/default.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/config/default.conf b/module/config/default.conf index 1c0d935ab..454a52abe 100644 --- a/module/config/default.conf +++ b/module/config/default.conf @@ -7,7 +7,7 @@ remote - "Remote": str password : "Password" = pwhere
ssl - "SSL":
bool activated : "Activated"= False
- file cert : "SSL Certificate" = ssl.srt
+ file cert : "SSL Certificate" = ssl.crt
file key : "SSL Key" = ssl.key
webinterface - "Webinterface":
bool activated : "Activated" = True
|