diff --git a/exampleConfig.js b/exampleConfig.js index c0f7020..909fafb 100644 --- a/exampleConfig.js +++ b/exampleConfig.js @@ -12,8 +12,8 @@ module.exports = { ], passphrase: 'yourpassphrase', auth: { - user: 'yourusername', - pass: 'yourpassword' + username: 'yourusername', + password: 'yourpassword' }, strictSSL: false, followRedirect: false,