mirror of
https://github.com/strapi/strapi.git
synced 2025-11-08 14:19:40 +00:00
Update getstarted readme
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
This commit is contained in:
parent
1cad652588
commit
0b6eee17da
@ -58,7 +58,14 @@ const mongo = {
|
|||||||
options: {},
|
options: {},
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = mongo;
|
// other connections...
|
||||||
|
|
||||||
|
module.exports = {
|
||||||
|
defaultConnection: 'default',
|
||||||
|
connections: {
|
||||||
|
default: mongo,
|
||||||
|
},
|
||||||
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
`docker-compose.dev.yml`
|
`docker-compose.dev.yml`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user