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 committed Dec 6, 2020
1 parent 6088a05 commit 93f4dc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/docs/configuration/databases.md
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 93f4dc0

Please sign in to comment.