Skip to content

Commit

Permalink
Merge pull request #138 from CodingSpiderFox/patch-1
Browse files Browse the repository at this point in the history
use correct property names
  • Loading branch information
jeffbski authored Nov 2, 2023
2 parents 32ca1db + ef2fad3 commit ac707b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exampleConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ module.exports = {
],
passphrase: 'yourpassphrase',
auth: {
user: 'yourusername',
pass: 'yourpassword'
username: 'yourusername',
password: 'yourpassword'
},
strictSSL: false,
followRedirect: false,
Expand Down

0 comments on commit ac707b8

Please sign in to comment.