Skip to content

Commit f8782fc

Browse files
committed
Add link to database connection string to table
1 parent 633429b commit f8782fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/dev-docs/configurations/database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The `connection.connection` object found in `./config/database.js` (or `./config
5050

5151
| Parameter | Description | Type |
5252
|------------|-------------------------------------------------------------------------------------------------------------------------------|-----------------------|
53-
| `connectionString`| Database connection string. When set, it overrides the other `connection.connection` properties. To disable use an empty string: `''`. <br/> **Available in `v4.6.2`+** | `String` |
53+
| `connectionString`| [Database connection string](#database-connections-using-connectionstring). When set, it overrides the other `connection.connection` properties. To disable use an empty string: `''`. <br/> **Available in Strapi v4.6.2+** | `String` |
5454
| `host` | Database host name. Default value: `localhost`. | `String` |
5555
| `port` | Database port | `Integer` |
5656
| `database` | Database name. | `String` |

0 commit comments

Comments
 (0)