Skip to content

Commit

Permalink
Revert "Try a simple password"
Browse files Browse the repository at this point in the history
This reverts commit 5a55367.
  • Loading branch information
nyalldawson committed Feb 11, 2021
1 parent 6f2e62b commit 6410033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .docker/docker-compose-testing.yml
Expand Up @@ -26,7 +26,7 @@ services:
image: mcr.microsoft.com/mssql/server:2019-latest
environment:
ACCEPT_EULA: Y
SA_PASSWORD: sa
SA_PASSWORD: <YourStrong!Passw0rd>

qgis-deps:
tty: true
Expand Down
2 changes: 1 addition & 1 deletion .docker/docker-qgis-test.sh
Expand Up @@ -91,7 +91,7 @@ echo "Importing SQL Server test data..."
export SQLUSER=sa
export SQLHOST=mssql
export SQLPORT=1433
export SQLPASSWORD=sa
export SQLPASSWORD='<YourStrong!Passw0rd>'
export SQLDATABASE=qgis_test

export PATH=$PATH:/opt/mssql-tools/bin
Expand Down

0 comments on commit 6410033

Please sign in to comment.