Skip to content

Commit

Permalink
v1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Spendolini authored and Brian Spendolini committed Aug 5, 2024
1 parent 11306e7 commit 3432316
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/3-Data-API-builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@ Also, Data API builder is Open Source and works on any platform; on-premises, in
and then add the connection string to the environment file from Visual Studio Code, setting the `MSSQL` variable to the connection string you obtained in the previous step:
> [!IMPORTANT]
> Remeber to use the ADO.NET connection string in the .env file.
> [!IMPORTANT]
> Remeber to use the ADO.NET connection string in the .env file.
```text
MSSQL='THE ADO.NET CONNECTION STRING YOU COPIED FROM RUNNING sqlcmd config connection-strings --database devDB | grep ADO.NET'
Expand Down

0 comments on commit 3432316

Please sign in to comment.