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