Skip to content

Commit

Permalink
Use localhost for postgresql tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tonydamage committed Oct 27, 2023
1 parent 62be6e0 commit 86de31b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
files to initialize the DB.
-->
<database>postgresql</database>
<jdbcUrl>jdbc:postgresql://192.168.56.33:5432/midtest</jdbcUrl>
<jdbcUrl>jdbc:postgresql://127.0.0.1:5432/midtest</jdbcUrl>
<jdbcUsername>midtest</jdbcUsername>
<jdbcPassword>password</jdbcPassword>

Expand Down
2 changes: 1 addition & 1 deletion repo/repo-sqale/src/test/resources/config-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
files to initialize the DB.
-->
<database>postgresql</database>
<jdbcUrl>jdbc:postgresql://192.168.56.33:5432/midtest</jdbcUrl>
<jdbcUrl>jdbc:postgresql://127.0.0.1:5432/midtest</jdbcUrl>
<jdbcUsername>midtest</jdbcUsername>
<jdbcPassword>password</jdbcPassword>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
files to initialize the DB.
-->
<database>postgresql</database>
<jdbcUrl>jdbc:postgresql://192.168.56.33:5432/midtest</jdbcUrl>
<jdbcUrl>jdbc:postgresql://127.0.0.1:5432/midtest</jdbcUrl>
<jdbcUsername>midtest</jdbcUsername>
<jdbcPassword>password</jdbcPassword>

Expand Down

0 comments on commit 86de31b

Please sign in to comment.