diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-28 16:42:00 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-28 16:42:00 +0200 |
commit | 66e87e5b316b0fa813c8446402944dde770e556e (patch) | |
tree | d99fcfdba0f924360b319594f31d7ff98560561d /module/config | |
parent | so.biz fix (diff) | |
download | pyload-66e87e5b316b0fa813c8446402944dde770e556e.tar.xz |
preparation for plugin updates
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 915604084..deb780142 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
- str cert : "SSL Certificate" = ssl.crt
+ str cert : "SSL Certificate" = ssl.srt
str key : "SSL Key" = ssl.key
webinterface - "Webinterface":
bool activated : "Activated" = True
|