6 lines
56 B
JavaScript
6 lines
56 B
JavaScript
|
module.exports.auth = {
|
||
|
bcrypt: {
|
||
|
rounds: 8
|
||
|
}
|
||
|
}
|