Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 4630b45

Browse files
author
Mano Marks
authored
Merge pull request #391 from IslamAzab/patch-1
fix mongodb connection
2 parents 8431b06 + 77f54b0 commit 4630b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developer-tools/nodejs/porting/1_node_application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ DELETE | /message/ID | delete message with ID
2727
```
2828
config/model.js:
2929
module.exports.models = {
30-
connections: 'sails-mongo',
30+
connection: 'mongo',
3131
migrate: 'safe'
3232
};
3333
```

0 commit comments

Comments
 (0)