diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index c0f005ad..b0a1396a 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -1,14 +1,14 @@ server: port: 4550 +# If you use a database then uncomment the `include: db` line in the health probes and uncomment the datasource section management: endpoint: health: show-details: "always" - group: - db: - include: "db" - validate-group-membership: false + # group: + # liveness: + # include: "db" endpoints: web: base-path: / @@ -19,7 +19,6 @@ springdoc: packagesToScan: uk.gov.hmcts.reform.demo.controllers writer-with-order-by-keys: true -#If you use a database then uncomment below lines and update db properties accordingly spring: config: import: "optional:configtree:/mnt/secrets/rpe/"