Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
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: <YourStrong!Passw0rd> |
|
|
SA_PASSWORD: sa |
|
|
|
|
|
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='<YourStrong!Passw0rd>' |
|
|
export SQLPASSWORD=sa |
|
|
export SQLDATABASE=qgis_test |
|
|
|
|
|
export PATH=$PATH:/opt/mssql-tools/bin |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.