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