8 lines
89 B
JavaScript

const JWT_TOKEN = 'secret'
const SALT = 3
module.exports = {
JWT_TOKEN,
SALT,
}