UNPKG

generator-sails-rest-api

Version:

Yeoman generator that provides already configured and optimized Sails REST API with bundle of predefined features

9 lines (6 loc) 190 B
"use strict"; const hash = require('sails-service-hash'); const config = require('../../config/services/hash'); module.exports = { bcrypt: hash('bcrypt', config.services.hash.bcrypt) };