From 6cfe7baef576be84d7042126e0d7bdc777cbbb26 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 6 May 2023 14:10:51 +0300 Subject: CI: change PostgreSQL port --- src/test/resources/application-postgres.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/resources') 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: -- cgit v1.2.3