aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2023-05-06 14:10:51 +0300
committerGravatar vitalyster2023-05-09 17:48:44 +0300
commit6cfe7baef576be84d7042126e0d7bdc777cbbb26 (patch)
tree7cea641ef47e48094dd72e042003e31bc0086f78 /src/test/resources
parent813294c7c147abb90dbdc48a62b6d28767114880 (diff)
CI: change PostgreSQL port
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 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: