'use strict';
module.exports = {
EMAIL: 'michael@mail.fr',
USER_ID: 'theid',
JWT_REGEX: new RegExp('.*\..*\..*'),
DECODED_JWT_TOKEN: {id: 'theid'},
PASSWORD: 'motDePasse',
PASSWORD_IN_BCRYPT: '$2a$04$NvsfJgNCDDVMTn6l6qUfH.CMqbyngq2XR/xLv8vTX3NwkENIywG6S',
BCRYPT_REGEX: /.{60}/
};