Skip to content

Commit

Permalink
docs: Update default ports for support Databases (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
manishrc authored and balazsorban44 committed Feb 1, 2021
1 parent 0c9104c commit 5f51c97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/docs/configuration/databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Install module:
#### Example

```js
database: 'postgres://username:password@127.0.0.1:3306/database_name'
database: 'postgres://username:password@127.0.0.1:5432/database_name'
```

### Microsoft SQL Server
Expand All @@ -166,7 +166,7 @@ Install module:
#### Example

```js
database: 'mongodb://username:password@127.0.0.1:3306/database_name'
database: 'mongodb://username:password@127.0.0.1:27017/database_name'
```

### SQLite
Expand Down

0 comments on commit 5f51c97

Please sign in to comment.