UNPKG

@vph-garage/sails-interfuser

Version:

Automizing injection of your [custom Sails.JS] hook's MVC logics (models, controllers, helpers, services, config, policies, views, and assets) from the hook's directory [presuming default structure], or specified directories, into the end-product, Sails.J

24 lines (21 loc) 858 B
/** * Custom configuration * (sails.config.custom) * * One-off settings specific to your application. * * For more information on custom configuration, visit: * https://sailsjs.com/config/custom */ module.exports.custom = { /*************************************************************************** * * * Any other custom config this Sails app should use during development. * * * ***************************************************************************/ // mailgunDomain: 'transactional-mail.example.com', // mailgunSecret: 'key-testkeyb183848139913858e8abd9a3', // stripeSecret: 'sk_test_Zzd814nldl91104qor5911gjald', // … appConfigVal: true, };