From ef2fad31c5e21100b300fabd95cd470ba3af27c9 Mon Sep 17 00:00:00 2001 From: CodingSpiderFox Date: Mon, 3 Apr 2023 20:52:12 +0200 Subject: [PATCH] use correct property names --- exampleConfig.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,