File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ 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: Open appsettings.json in src/SimplCommerce.WebHost.
33+ The default is configured for a local SQL Server
3434 ``` json
3535 {
3636 "DefaultConnection" : " Server=.;Database=SimplCommerce;Trusted_Connection=True;TrustServerCertificate=true"
3737 }
3838 ```
39- - If you are using Visual Studio LocalDB, change it to:
39+ If you are using Visual Studio LocalDB, change it to
4040 ```json
4141 {
4242 "DefaultConnection" : " Server=(localdb)\\ mssqllocaldb;Database=SimplCommerce;Trusted_Connection=True;TrustServerCertificate=true;MultipleActiveResultSets=true"
You can’t perform that action at this time.
0 commit comments