Co-authored-by: Michael Hoennig <michael@hoennig.de> Co-authored-by: Timotheus Pokorra <timotheus.pokorra@hostsharing.net> Reviewed-on: #10 Reviewed-by: Timotheus Pokorra <timotheus.pokorra@hostsharing.net>
27 lines
464 B
YAML
27 lines
464 B
YAML
server:
|
|
port : 8080
|
|
|
|
spring:
|
|
|
|
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.PostgresCustomDialect
|
|
|
|
liquibase:
|
|
contexts: dev
|
|
|
|
hsadminng:
|
|
postgres:
|
|
leakproof:
|