Skip to content

Commit cd3db90

Browse files
authored
Update README.md
1 parent 03d30e2 commit cd3db90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Continuous deployment: https://ci.simplcommerce.com
2929

3030
#### Steps to run
3131

32-
- Update the connection string: Open `appsettings.json` in `src/SimplCommerce.WebHost`.
33-
- The default is configured for a local SQL Server.
32+
- 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:
33+
3434
```json
3535
{
3636
`"DefaultConnection": "Server=.;Database=SimplCommerce;Trusted_Connection=True;TrustServerCertificate=true"`

0 commit comments

Comments
 (0)