UNPKG

generator-sails-rest-api

Version:

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

12 lines (10 loc) 153 B
"use strict"; module.exports = { services: { cipher: { jwt: { secretKey: '<%= options["cipher-secret-key"] %>' } } } };