File size: 73 Bytes
7b850b7
 
 
ae1ae66
1
2
3
4
export const jwtConstants = {
    secret: "secretKey",
    salt: 10
};