Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "Revert "Try a simple password""
This reverts commit e4cf90f.
  • Loading branch information
nyalldawson committed Feb 11, 2021
1 parent 44d24c3 commit 2c2791b
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: <YourStrong!Passw0rd>
SA_PASSWORD: sa

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='<YourStrong!Passw0rd>'
export SQLPASSWORD=sa
export SQLDATABASE=qgis_test

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

0 comments on commit 2c2791b

Please sign in to comment.