Skip to content

Commit

Permalink
Fix connection string for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWilde committed Mar 23, 2023
1 parent bafb400 commit 2e0fe36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TramsDataApi.Test/integration_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"ApiKeys": ["{\"userName\": \"Test User\", \"apiKey\": \"testing-api-key\"}"],
"ConnectionStrings": {
"DefaultConnection": "Server=127.0.0.1,1433;Database=sip;User Id=sa;TrustServerCertificate=True;Password=Your_password123"
}
"ConnectionStrings": {
"DefaultConnection": "Server=127.0.0.1,1433;Database=sip;User Id=sa;TrustServerCertificate=True;Password=StrongPassword905"
}
}

0 comments on commit 2e0fe36

Please sign in to comment.