2022-08-04 13:07:16 +02:00
|
|
|
server:
|
|
|
|
port : 8080
|
|
|
|
|
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:
|
2022-08-30 13:08:29 +02:00
|
|
|
dialect: net.hostsharing.hsadminng.config.PostgresCustomDialect
|
2022-07-29 11:38:51 +02:00
|
|
|
|
|
|
|
liquibase:
|
|
|
|
contexts: dev
|