improve README

This commit is contained in:
Nicola Murino 2019-10-26 20:42:46 +02:00
parent c5a6ca5650
commit 758f2ee834

View file

@ -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",