Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Revert "Try a simple password"
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+1
−1
.docker/docker-compose-testing.yml
-
+1
−1
.docker/docker-qgis-test.sh
|
@@ -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 |
|
|
|
@@ -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 |
|
|