Skip to content

Instantly share code, notes, and snippets.

@dca
Created June 8, 2015 12:26
Show Gist options
  • Save dca/ee3d1954b74b9f1ce56e to your computer and use it in GitHub Desktop.
Save dca/ee3d1954b74b9f1ce56e to your computer and use it in GitHub Desktop.
Enable Mongoose Debug Mode
/*
* mongoose 除錯模式
* */
if ( /mongoose/.test(process.env.DEBUG) ){
mongoose.set('debug', true);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment