diff --git a/config.js b/config.js index 94ef42b83a..d79b0561d1 100644 --- a/config.js +++ b/config.js @@ -1,8 +1,8 @@ const config = { - challenge: false, // Set to true if you want to enable password protection. + challenge: true, // Set to true if you want to enable password protection. users: { // You can add multiple users by doing username: 'password'. - interstellar: "password", + brooksch123: "gardenlulu", }, };