river-of-ebooks/config/auth.js

6 lines
56 B
JavaScript
Raw Normal View History

2018-10-31 17:40:50 +00:00
module.exports.auth = {
bcrypt: {
rounds: 8
}
}