Skip to content

Commit

Permalink
Add tip about configuring Mongo as your default datastore w/ link to …
Browse files Browse the repository at this point in the history
…the tutorial
  • Loading branch information
mikermcneil committed May 6, 2018
1 parent 27d274e commit ebfcbba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/core-generators/new/templates/config/models.js.template
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ module.exports.models = {
// ```
// id: { type: 'string', columnName: '_id' },
// ```
//
// Plus, don't forget to configure MongoDB as your default datastore:
// https://sailsjs.com/docs/tutorials/using-mongo-db
//--------------------------------------------------------------------------
},

Expand Down

0 comments on commit ebfcbba

Please sign in to comment.