hs.hsadmin.ng/src/main/resources/application.yml
2022-07-29 11:38:51 +02:00

15 lines
231 B
YAML

spring:
datasource:
driver-class-name: org.postgresql.Driver
password: password
url: jdbc:postgresql://localhost:5432/postgres
username: postgres
sql:
init:
mode: never
liquibase:
contexts: dev