Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Give the name a hook, so can disable it in sailsrc #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Noitidart
Copy link

With this change, cannow disable in .sailsrc with:

"hooks": {
  "sockets": false
}

It's not possible to disable it without this, is that correct?

With this change, cannow disable in .sailsrc with:

```
"hooks": {
  "sockets": false
}
```
@DominusKelvin
Copy link

I think you can disable a hook via using the hook name wihout the sails-hook- prefix. So yes sockets: false will work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants