2015-10-01 00:30:16 +02:00
|
|
|
'use strict';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Built-in hooks (order matters)
|
|
|
|
*/
|
|
|
|
|
|
|
|
module.exports = {
|
|
|
|
_config: true,
|
|
|
|
_api: true,
|
|
|
|
responseTime: true,
|
|
|
|
waterline: true,
|
|
|
|
bodyParser: true,
|
|
|
|
session: true,
|
2015-10-27 16:27:57 +01:00
|
|
|
passport: true,
|
2015-10-01 00:30:16 +02:00
|
|
|
proxy: true,
|
|
|
|
ssl: true,
|
|
|
|
ip: true,
|
|
|
|
cors: true,
|
|
|
|
lusca: true,
|
|
|
|
favicon: true,
|
|
|
|
gzip: true,
|
|
|
|
i18n: true,
|
|
|
|
cron: true,
|
|
|
|
logger: true,
|
|
|
|
blueprints: true,
|
2015-10-22 17:54:43 +02:00
|
|
|
dashboard: true,
|
2015-10-01 00:30:16 +02:00
|
|
|
views: true,
|
|
|
|
router: true,
|
|
|
|
static: true,
|
|
|
|
websockets: true,
|
2015-10-06 16:13:00 +02:00
|
|
|
studio: true
|
2015-10-01 00:30:16 +02:00
|
|
|
};
|