Skip to content

Commit 32a666d

Browse files
authored
Update CONTRIBUTING.md (#367)
1 parent 49a52b1 commit 32a666d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ After changes made to the project, it's a good idea to run the unit tests before
1111
Download and install SQL Server [here](https://www.microsoft.com/en-us/sql-server/sql-server-downloads), or you could use docker. Change `testapp/settings.py` to match your SQL Server login username and password.
1212

1313
```
14-
docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=MyPassword42' -p 1433:1433 -d mcr.microsoft.com/mssql/server:2019-latest
14+
docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=Placeholder' -p 1433:1433 -d mcr.microsoft.com/mssql/server:2019-latest
1515
```
1616
2. **Clone Django**
1717
In `mssql-django` folder.
@@ -45,4 +45,4 @@ provided by the bot. You will only need to do this once across all repos using o
4545

4646
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
4747
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
48-
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
48+
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

0 commit comments

Comments
 (0)