diff options
author | stickell <l.stickell@yahoo.it> | 2014-08-25 12:32:18 +0200 |
---|---|---|
committer | stickell <l.stickell@yahoo.it> | 2014-08-25 12:32:18 +0200 |
commit | d59f8d4665ee8fcbced5a391d24f91fdbc047765 (patch) | |
tree | e4b6ca60bd21c4c7946871bfac12f0c1f16d8d47 /module/config | |
parent | Revert 8446e16346ece5a934550f69e81d0cad528f7fba. It broke the WebUI. (diff) | |
download | pyload-d59f8d4665ee8fcbced5a391d24f91fdbc047765.tar.xz |
Fixed some typos
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 af517f438..147cb915a 100644 --- a/module/config/default.conf +++ b/module/config/default.conf @@ -2,7 +2,7 @@ version: 1 remote - "Remote": int port : "Port" = 7227 - ip listenaddr : "Adress" = 0.0.0.0 + ip listenaddr : "Address" = 0.0.0.0 bool nolocalauth : "No authentication on local connections" = True bool activated : "Activated" = True ssl - "SSL": |