зеркало из https://github.com/docker/labs.git
fix mongodb connection
This commit is contained in:
Родитель
4e4d3a6b68
Коммит
77f54b0f98
|
@ -27,7 +27,7 @@ DELETE | /message/ID | delete message with ID
|
||||||
```
|
```
|
||||||
config/model.js:
|
config/model.js:
|
||||||
module.exports.models = {
|
module.exports.models = {
|
||||||
connections: 'sails-mongo',
|
connection: 'mongo',
|
||||||
migrate: 'safe'
|
migrate: 'safe'
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
Загрузка…
Ссылка в новой задаче