Skip to content

Commit 50bdd86

Browse files
committed
fix docker settings
1 parent 65fea7c commit 50bdd86

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
mssql:
2828
image: mcr.microsoft.com/mssql/server:2019-latest
2929
env:
30-
MSSQL_SA_PASSWORD: '!p@ssword'
30+
MSSQL_SA_PASSWORD: '!P@ssw0rd'
3131
ACCEPT_EULA: 'Y'
3232
ports:
3333
- 1433:1433
@@ -37,7 +37,7 @@ jobs:
3737
postgres:
3838
image: postgres
3939
env:
40-
POSTGRES_PASSWORD: '!p@ssword'
40+
POSTGRES_PASSWORD: '!P@ssw0rd'
4141
ports:
4242
- 5432:5432
4343
volumes:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"ConnectionStrings": {
3-
"Tracker": "Server=localhost;Port=5432;Database=TrackerTest;User Id=postgres;Password=!p@ssword;"
3+
"Tracker": "Server=localhost;Port=5432;Database=TrackerTest;User Id=postgres;Password=!P@ssw0rd;"
44
}
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"ConnectionStrings": {
3-
"Tracker": "Server=mssql,1433;Database=TrackerGithub;User Id=SA;Password=!p@ssword;TrustServerCertificate=True;"
3+
"Tracker": "Server=localhost;Database=TrackerGithub;User Id=SA;Password=!P@ssw0rd;TrustServerCertificate=True;"
44
}
55
}

0 commit comments

Comments
 (0)