Skip to content

Commit

Permalink
revert on port
Browse files Browse the repository at this point in the history
  • Loading branch information
paullocknimble committed Oct 18, 2023
1 parent bf579a9 commit ca13cac
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,7 +9,7 @@
"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"
},
"Serilog": {
"MinimumLevel": {
Expand Down

0 comments on commit ca13cac

Please sign in to comment.