mirror of
https://github.com/strapi/strapi.git
synced 2025-07-26 02:20:32 +00:00
Generate hooks.json on new project
This commit is contained in:
parent
e111a2de3b
commit
cb53562c7f
29
packages/strapi-generate-new/files/config/hooks.json
Normal file
29
packages/strapi-generate-new/files/config/hooks.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"hooks": {
|
||||||
|
"core": {
|
||||||
|
"bodyParser": true,
|
||||||
|
"cors": true,
|
||||||
|
"cron": true,
|
||||||
|
"favicon": true,
|
||||||
|
"gzip": true,
|
||||||
|
"i18n": true,
|
||||||
|
"ip": true,
|
||||||
|
"logger": true,
|
||||||
|
"lusca": true,
|
||||||
|
"proxy": true,
|
||||||
|
"responses": true,
|
||||||
|
"responseTime": true,
|
||||||
|
"router": true,
|
||||||
|
"session": true,
|
||||||
|
"ssl": true,
|
||||||
|
"static": true,
|
||||||
|
"views": true
|
||||||
|
},
|
||||||
|
"websockets": {
|
||||||
|
"websockets": true
|
||||||
|
},
|
||||||
|
"external": {
|
||||||
|
"mongoose": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user