Skip to content

Commit 8116bcc

Browse files
authored
Update README.md
1 parent cd3db90 commit 8116bcc

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,11 @@ Continuous deployment: https://ci.simplcommerce.com
3131

3232
- Update the connection string in `src/SimplCommerce.WebHost/appsettings.json` if it's needed. In case you are using SQL LocalDB, change the connection string to:
3333

34-
```json
35-
{
36-
`"DefaultConnection": "Server=.;Database=SimplCommerce;Trusted_Connection=True;TrustServerCertificate=true"`
37-
}
38-
- If you are using Visual Studio LocalDB, change it to:
39-
```json
40-
{
34+
```json
35+
{
36+
4137
`"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=SimplCommerce;Trusted_Connection=True;TrustServerCertificate=true;MultipleActiveResultSets=true"`
42-
}
38+
}
4339
- Ensure you have a database named `SimplCommerce` created in your SQL instance, or change the `Database` name in the connection string to match your environment.
4440
- Build the whole solution.
4541
- In Solution Explorer, make sure that SimplCommerce.WebHost is selected as the Startup Project

0 commit comments

Comments
 (0)