Skip to content

Commit

Permalink
fixup! Fixes #14599: Rudder postgres unit test are broken
Browse files Browse the repository at this point in the history
Fixes #14599: Rudder postgres unit test are broken
  • Loading branch information
fanf committed Apr 8, 2019
1 parent 997681b commit 434cd8e
Showing 1 changed file with 3 additions and 3 deletions.
@@ -1,4 +1,4 @@
jdbc.driverClassName = org.postgresql.Driver
jdbc.url = jdbc:postgresql://localhost:55432/test
jdbc.username = rudder
jdbc.password = rudder
jdbc.url = jdbc:postgresql://localhost:5432/test
jdbc.username = test
jdbc.password = test

0 comments on commit 434cd8e

Please sign in to comment.