Skip to content

Commit

Permalink
Update DB connection config, consistently use 'lobby_user' for connec…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
DanVanAtta committed Jul 23, 2024
1 parent d423944 commit 8928257
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .docker-compose/docker-flyway.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
flyway.url=jdbc:postgresql://postgres:5432/lobby_db
flyway.user=lobby_flyway
flyway.password=lobby_flyway
flyway.user=lobby_user
flyway.password=lobby_user
flyway.baselineOnMigrate=false
4 changes: 2 additions & 2 deletions src/test/resources/dbunit.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
connectionConfig:
driver: "org.postgresql.Driver"
url: "jdbc:postgresql://localhost:5432/lobby_db"
user: "lobby_flyway"
password: "lobby_flyway"
user: "lobby_user"
password: "lobby_user"

0 comments on commit 8928257

Please sign in to comment.