pr pw in env

This commit is contained in:
Lamp 2019-07-01 17:25:53 -07:00
parent 4f5b1462f3
commit a3fc575f46
2 changed files with 2 additions and 1 deletions

View File

@ -43,5 +43,6 @@ module.exports = {
], ],
"owop_captcha_password": process.env.OWOP_CAPTCHA_PASSWORD, "owop_captcha_password": process.env.OWOP_CAPTCHA_PASSWORD,
"pr_password": process.env.PR_PASSWORD
} }

View File

@ -2,7 +2,7 @@ const PRClient = require("./PRClient.js");
let client = new PRClient({// account stuff let client = new PRClient({// account stuff
username: "Discord", username: "Discord",
password: "vWmnsEkgAPcU3VR", password: config.pr_password,
roomName: 'lobby' roomName: 'lobby'
}); });
global.prClient = client; global.prClient = client;