Skip to content

Commit

Permalink
integration test settings revert
Browse files Browse the repository at this point in the history
  • Loading branch information
paullocknimble committed Nov 7, 2023
1 parent 276def0 commit edc5f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TramsDataApi.Test/integration_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"AllowedHosts": "*",
"ApiKeys": ["{\"userName\": \"Test User\", \"apiKey\": \"testing-api-key\"}"],
"ConnectionStrings": {
"DefaultConnection": "Server=127.0.0.1,1434;Database=sip;User Id=sa;TrustServerCertificate=True;Password=StrongPassword905"
"DefaultConnection": "Server=127.0.0.1,1433;Database=sip;User Id=sa;TrustServerCertificate=True;Password=StrongPassword905"
}
}

0 comments on commit edc5f45

Please sign in to comment.