diff options
Diffstat (limited to 'src/test/resources/application-postgres.yml')
-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 ed7249b3..9646bca9 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:5432/juick + url: jdbc:postgresql://localhost:5433/juick username: juick password: secret flyway: |