Move where to put enabled

People are getting confused and putting it under the key pair and not knowing to add a comma after the closing key pair bracket, causing the daemon to fail to start, added ip to give context where it should go.
This commit is contained in:
Sir3lit 2018-11-10 21:02:59 -05:00 committed by GitHub
parent a288b69cd9
commit c103d86b7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,9 +18,11 @@ To disable the Daemon SFTP server, you only need to add `sftp.enabled=false` to
{
...
"sftp": {
...
"ip": "0.0.0.0",
"enabled": false,
"port": 2022,
...
"enabled": false
},
...
}