UNPKG

generator-sails-rest-api

Version:

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

10 lines (7 loc) 253 B
"use strict"; const pusher = require('sails-service-pusher'); const config = require('../../config/services/pusher'); module.exports = { android: pusher('android', config.services.pusher.android), ios: pusher('ios', config.services.pusher.ios) };