acute-express-controllers
Version:
An aCute app plugin for using controllers that use express-like router objects
9 lines • 343 B
JavaScript
/**
* Provides a place for default configuration information for a plugin, should
* a config not be provided. Usually contains all of the config options, which can
* be overridden by the developer at run time depending on desired usage.
**/
module.exports = {
controller_basedir: "../../app/",
controller_dirname: "controllers"
};