aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/application-postgres.yml
blob: b75b1e502a8438e48a0770d3e54c0c213799ca65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
spring:
  datasource:
    url: jdbc:postgresql://localhost:5432/juick?stringtype=unspecified
    username: juick
    password: secret
  flyway:
    baseline-on-migrate: true
  sql:
    init:
      platform: postgresql
      mode: always