aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources
diff options
context:
space:
mode:
authorGravatar vitalyster2023-02-22 13:16:33 +0300
committerGravatar Vitaly Takmazov2023-02-22 14:42:04 +0300
commitc535e53305c1b74acdce2edf93f1dd1f8d411a95 (patch)
treea94833c158f6d03d2d5a52214a05375a62bd6f38 /src/test/resources
parent39a700ab8c5d8dd271e466065dc22c25838f37f8 (diff)
CI: self-hosted runner
Diffstat (limited to 'src/test/resources')
-rw-r--r--src/test/resources/application-postgres.yml2
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: