Skip to content

Commit

Permalink
use correct property names
Browse files Browse the repository at this point in the history
  • Loading branch information
spotlesscoder authored Apr 3, 2023
1 parent 32ca1db commit ef2fad3
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 ef2fad3

Please sign in to comment.