asyncnomi 3 years ago
parent
commit
b9cff4e461
  1. 2
      index.js

2
index.js

@ -22,7 +22,7 @@ let GoldenUsers = JSON.parse(fs.readFileSync(goldenUsersPath));
let ServiceState = JSON.parse(fs.readFileSync(servicePath)); let ServiceState = JSON.parse(fs.readFileSync(servicePath));
let AdminUsersUid = ["asyncnomi", "johan", "enthalpine", "fleur", "arina", "billy", "remi", "pierre", "matmaz", "mariusdrgc", "agathe", "jsansa"]; let AdminUsersUid = ["asyncnomi", "johan", "enthalpine", "fleur", "arina", "billy", "remi", "pierre", "matmaz", "mariusdrgc", "agathe", "jsansa"];
let UsersToken = {}; let UsersToken = {};
let TokenDurationSecond = 3600; let TokenDurationSecond = 360000;
let MaxAmountCrepe = 10; let MaxAmountCrepe = 10;
let Supplements = ["nature", "sucre", "nutella", "confiture"]; let Supplements = ["nature", "sucre", "nutella", "confiture"];

Loading…
Cancel
Save