diff options
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/resources/application-postgres.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/application-postgres.yml b/src/test/resources/application-postgres.yml index 9646bca9..dbdfbb04 100644 --- a/src/test/resources/application-postgres.yml +++ b/src/test/resources/application-postgres.yml @@ -1,6 +1,6 @@ spring: datasource: - url: jdbc:postgresql://localhost:5433/juick + url: jdbc:postgresql://localhost:5434/juick username: juick password: secret flyway: |