Skip to content

Commit

Permalink
Update docs/v3.x/guides/databases.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mattias van den Belt <mattiasvandenbelt@gmail.com>
  • Loading branch information
umutbozdag and MattieBelt committed Jul 9, 2020
1 parent 5a66edf commit 7596b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v3.x/guides/databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ DATABASE_URI=mongodb://paulbocuse:<password>@strapidatabase-shard-00-00-fxxx6c.m
::: warning NOTE
The above configuration will create a database called `strapi`, the _default database_ Strapi sets for any **MongoDB** database. If you would like to name your database something else, add the following **key:value pair** into your **settings:** located in your `database.js` file.
`database: "my-database-name"`
`database: 'my-database-name'`
:::
Expand Down

0 comments on commit 7596b82

Please sign in to comment.