generated from hmcts/service-hmcts-crime-springboot-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapplication.yaml
More file actions
39 lines (34 loc) · 866 Bytes
/
application.yaml
File metadata and controls
39 lines (34 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
server:
port: 4550
shutdown: "graceful"
management:
endpoint:
health:
show-details: "always"
# group:
# readiness:
# include: "db"
endpoints:
web:
base-path: /
exposure:
include: health, info, prometheus
springdoc:
packagesToScan: uk.gov.hmcts.cp.controllers
writer-with-order-by-keys: true
spring:
config:
import: "optional:configtree:/mnt/secrets/rpe/"
application:
name: service-cp-refdata-courthearing-judges
# azure:
# cosmos:
# endpoint: ${COSMOSDB_ENDPOINT}
# key: ${COSMOSDB_KEY}
# database: ${COSMOSDB_DATABASE}
service:
case-mapper-service:
url: https://virtserver.swaggerhub.com/HMCTS-DTS/api-cp-refdata-case-mapper
azure:
application-insights:
instrumentation-key: ${rpe.AppInsightsInstrumentationKey:00000000-0000-0000-0000-000000000000}