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

46 lines
833 B
YAML
Raw Normal View History

server:
port : 8080
management:
server:
port: 8081
address: 127.0.0.1
endpoints:
web:
exposure:
include: info, health, metrics
observations:
annotations:
enabled: true
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.PostgresCustomDialect
liquibase:
contexts: dev
hsadminng:
postgres:
leakproof:
metrics:
distribution:
percentiles-histogram:
http:
server:
requests: true