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

20 lines
398 B
YAML
Raw Normal View History

2022-07-28 16:51:36 +02:00
spring:
2022-07-29 14:24:50 +02:00
datasource:
driver-class-name: org.postgresql.Driver
password: password
url: jdbc:postgresql://localhost:5432/postgres
username: postgres
sql:
init:
mode: never
jpa:
properties:
hibernate:
dialect: net.hostsharing.hsadminng.config.PostgreSQL95CustomDialect
liquibase:
contexts: dev