diff options
author | vitalyster | 2023-02-22 13:16:33 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-02-22 14:42:04 +0300 |
commit | c535e53305c1b74acdce2edf93f1dd1f8d411a95 (patch) | |
tree | a94833c158f6d03d2d5a52214a05375a62bd6f38 /src | |
parent | 39a700ab8c5d8dd271e466065dc22c25838f37f8 (diff) |
CI: self-hosted runner
Diffstat (limited to 'src')
-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: |