Skip to content

Commit

Permalink
Merge pull request docker#391 from IslamAzab/patch-1
Browse files Browse the repository at this point in the history
fix mongodb connection
  • Loading branch information
Mano Marks authored Jan 15, 2018
2 parents 8431b06 + 77f54b0 commit 4630b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer-tools/nodejs/porting/1_node_application.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ DELETE | /message/ID | delete message with ID
```
config/model.js:
module.exports.models = {
connections: 'sails-mongo',
connection: 'mongo',
migrate: 'safe'
};
```
Expand Down

0 comments on commit 4630b45

Please sign in to comment.