add warning about token change

This commit is contained in:
BobH
2022-05-13 09:19:59 +08:00
parent ee400c959d
commit 572f34272c

View File

@@ -15,7 +15,7 @@ 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 = "T_CrackedByBobH233"; const sharedToken = "T_CrackedByBobH233"; //do not change this or you can't use FakeLocation!!
const sharedKey = "UsrTjEVxwRaQsvV5hD8I3Db8zrkjuavD/O8hJcVLUOkDimJc6ShgOQEzV5srpEPcOL63J2chFQA="; const sharedKey = "UsrTjEVxwRaQsvV5hD8I3Db8zrkjuavD/O8hJcVLUOkDimJc6ShgOQEzV5srpEPcOL63J2chFQA=";
const sharedUserId = "BobH233LoveLerist"; const sharedUserId = "BobH233LoveLerist";