Merge pull request #48 from Sir3lit/patch-2

Move where to put enabled
This commit is contained in:
Jakob 2018-12-02 16:06:07 +01:00 committed by GitHub
commit 9f7b106d4f
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
},
...
}