@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
17 lines (13 loc) • 463 B
JavaScript
/**
* Local environment settings
*
* Use this file to specify configuration settings for use while developing
* the app on your personal system.
*
* For more information, check out:
* https://sailsjs.com/docs/concepts/configuration/the-local-js-file
*/
module.exports = {
// Any configuration settings may be overridden below, whether it's built-in Sails
// options or custom configuration specifically for your app (e.g. Stripe, Mailgun, etc.)
};