hs.hsadmin.ng/src/test/resources/application.yml

34 lines
693 B
YAML
Raw Normal View History

spring:
sql:
init:
platform: postgres
datasource:
url: jdbc:tc:postgresql:12.9-alpine:///spring_boot_testcontainers
username: postgres
password: password
jpa:
properties:
hibernate:
default_schema: public
2022-07-29 14:24:50 +02:00
dialect: net.hostsharing.hsadminng.config.PostgreSQL95CustomDialect
hibernate:
ddl-auto: none
show-sql: true
test:
database:
replace: none
liquibase:
change-log: classpath:/db/changelog/db.changelog-master.yaml
contexts: test
logging:
level:
liquibase: INFO
2022-07-29 14:24:50 +02:00
liquibase:
contexts: dev,tc