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

15 lines
231 B
YAML
Raw Normal View History

2022-07-28 16:51:36 +02:00
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