diff options
Diffstat (limited to 'src/test/resources/application-postgres.yml')
-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 b75b1e50..ed7249b3 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?stringtype=unspecified + url: jdbc:postgresql://localhost:5432/juick username: juick password: secret flyway: |