Skip to content

Commit 72868eb

Browse files
authored
Merge pull request #6786 from AbrahamNobleOX/patch-1
Update connectionstringssettings.md
2 parents 04024fe + 26b7919 commit 72868eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

15/umbraco-cms/reference/configuration/connectionstringssettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Information on the connection strings settings section"
66

77
The connection strings settings section contains the connection string to the database Umbraco will connect to. This section is similar to what is used by default in .NET Core. The important thing is that the key for the connection string Umbraco will use is `"umbracoDbDSN"`. It is also important to know that this section is outside the `Umbraco.CMS` section, and is therefore in the root of the config.
88

9-
An connection strings config can look like this:
9+
The connection strings config can look like this:
1010

1111
```json
1212
{

0 commit comments

Comments
 (0)