Skip to content

Commit 2ccb020

Browse files
removed trailing commas from example sftp config
1 parent 90dd9b6 commit 2ccb020

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Documentation/filesystems.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ Breadlesscode:
3232
Backups:
3333
filesystem:
3434
type: 'sftp'
35-
host: 'example.com',
36-
port: 22,
37-
username: 'username',
38-
password: 'password',
39-
privateKey: 'path/to/or/contents/of/privatekey',
40-
passphrase: 'passphrase-for-privateKey',
41-
root: '/path/to/root',
42-
timeout: 10,
35+
host: 'example.com'
36+
port: 22
37+
username: 'username'
38+
password: 'password'
39+
privateKey: 'path/to/or/contents/of/privatekey'
40+
passphrase: 'passphrase-for-privateKey'
41+
root: '/path/to/root'
42+
timeout: 10
4343
directoryPerm: 0755
4444
```
4545
## AWS-S3

0 commit comments

Comments
 (0)