Browse Source

improve README

Nicola Murino 6 years ago
parent
commit
758f2ee834
1 changed files with 7 additions and 2 deletions
  1. 7 2
      README.md

+ 7 - 2
README.md

@@ -183,14 +183,19 @@ Here is a full example showing the default config in JSON format:
     "idle_timeout": 15,
     "max_auth_tries": 0,
     "umask": "0022",
-    "banner": "SFTPGo",
+    "banner": "",
+    "upload_mode": 0,
     "actions": {
       "execute_on": [],
       "command": "",
       "http_notification_url": ""
     },
     "keys": [],
-    "enable_scp": false
+    "enable_scp": false,
+    "kex_algorithms": [],
+    "ciphers": [],
+    "macs": [],
+    "login_banner_file": ""
   },
   "data_provider": {
     "driver": "sqlite",