change key to permanently use

This commit is contained in:
BobH
2022-05-13 09:17:21 +08:00
parent a2bf32a476
commit ee400c959d

View File

@@ -15,9 +15,9 @@ const path = require('path');
// enable this so that when there's a login request, the server will check users.json and verify the password // enable this so that when there's a login request, the server will check users.json and verify the password
const UseVerification = false; const UseVerification = false;
const sharedToken = "T0666f0186548415db1e594fd1e9a96884835"; const sharedToken = "T_CrackedByBobH233";
const sharedKey = "TiwFHDBEL2OQsvV5hD8I3IqwlBSai3XkBnn/WJzecUs+Dkl4iI6a8SecE7ZQAuqt/p2QL9Dve1a8\ngdS5d19wcAZbGdGq3NuM"; const sharedKey = "UsrTjEVxwRaQsvV5hD8I3Db8zrkjuavD/O8hJcVLUOkDimJc6ShgOQEzV5srpEPcOL63J2chFQA=";
const sharedUserId = "U6add3391f48b4f689d85f7623a30e571121"; const sharedUserId = "BobH233LoveLerist";
function Init(){ function Init(){
let usersConfigPath = ""; let usersConfigPath = "";