From c535e53305c1b74acdce2edf93f1dd1f8d411a95 Mon Sep 17 00:00:00 2001 From: vitalyster Date: Wed, 22 Feb 2023 13:16:33 +0300 Subject: CI: self-hosted runner --- src/test/resources/application-postgres.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test') 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: -- cgit v1.2.3