Skip to content

Commit

Permalink
disable gladys module when init gladys
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles committed Mar 6, 2017
1 parent e7ca0a7 commit 58063da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion init.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ var sailsApp = require('./index.js');

var config = {
hooks: {
grunt: false
grunt: false,
userhooks: false
}
};

Expand All @@ -27,6 +28,7 @@ sailsApp.start(config, function(err, app){
}

console.log('Gladys started with success');
console.log(gladys.modules);

app.after('lifted', function(){

Expand Down

0 comments on commit 58063da

Please sign in to comment.