From fbd4d22daa916eea720b435fb83516a28b127510 Mon Sep 17 00:00:00 2001 From: Braeden57 Date: Sun, 4 Apr 2021 22:21:18 -0700 Subject: [PATCH] Updated encrypt.js instructions --- config/encrypt.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/encrypt.js b/config/encrypt.js index a211136..192762a 100644 --- a/config/encrypt.js +++ b/config/encrypt.js @@ -2,6 +2,8 @@ const bcrypt = require('bcryptjs'); // Set `password` as the password you will use // Then Run this script and copy the output as it is your encrypted password +// To run; open your CMD or Terminal in this directory, and use command 'node encrypt.js' + let password = ""; // Encrypts password and returns encrypted password