diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-05 12:38:49 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-05 12:38:49 +0200 |
commit | 3ff84e841db60c275df2df4256505a26b8c2ee08 (patch) | |
tree | 349e8723c964b0de4c64769ae2f9ab532661bdba /module/config/default.conf | |
parent | single file abort (diff) | |
download | pyload-3ff84e841db60c275df2df4256505a26b8c2ee08.tar.xz |
file version check, delete old configs!
Diffstat (limited to 'module/config/default.conf')
-rw-r--r-- | module/config/default.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/module/config/default.conf b/module/config/default.conf index c71005bd3..4d0d588df 100644 --- a/module/config/default.conf +++ b/module/config/default.conf @@ -1,3 +1,5 @@ +version: 1
+
remote - "Remote":
int port : "Port" = 7227
ip listenaddr : "Adress" = 0.0.0.0
@@ -49,4 +51,4 @@ downloadTime - "Download Time": proxy - "Proxy":
bool activated : "Activated" = False
str adress : "Adress" = http://localhost:8080
- str protocol : "Protocol" = http
\ No newline at end of file + str protocol : "Protocol" = http
|