2022-08-04 13:07:16 +02:00
|
|
|
server:
|
|
|
|
port : 8080
|
|
|
|
|
2024-12-03 12:39:19 +01:00
|
|
|
management:
|
|
|
|
server:
|
|
|
|
port: 8081
|
|
|
|
address: 127.0.0.1
|
|
|
|
endpoints:
|
|
|
|
web:
|
|
|
|
exposure:
|
2024-12-06 10:08:26 +01:00
|
|
|
# HOWTO: view _clickable_ Spring Actuator (Micrometer) Metrics endpoints: http://localhost:8081/actuator/metric-links
|
|
|
|
include: info, health, metrics, metric-links
|
2024-12-05 10:32:34 +01:00
|
|
|
observations:
|
|
|
|
annotations:
|
|
|
|
enabled: true
|
2024-12-03 12:39:19 +01:00
|
|
|
|
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
|
2024-01-23 15:11:23 +01:00
|
|
|
|
|
|
|
hsadminng:
|
|
|
|
postgres:
|
|
|
|
leakproof:
|
2024-12-05 10:32:34 +01:00
|
|
|
|
|
|
|
metrics:
|
|
|
|
distribution:
|
|
|
|
percentiles-histogram:
|
|
|
|
http:
|
|
|
|
server:
|
|
|
|
requests: true
|
|
|
|
|