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
49 lines (42 loc) · 1.04 KB
/
application.yaml
File metadata and controls
49 lines (42 loc) · 1.04 KB
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
40
41
42
43
44
45
46
47
48
49
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-crime-scheduleandlist-courtschedule
# azure:
# cosmos:
# endpoint: ${COSMOSDB_ENDPOINT}
# key: ${COSMOSDB_KEY}
# database: ${COSMOSDB_DATABASE}
service:
case-mapper-service:
url: ${CASE_MAPPER_SERVICE_URL}
path: /urnmapper
court-schedule-client:
url: ${CP_BACKEND_URL}
path: /listing-query-api/query/api/rest/listing/hearings/allocated-and-unallocated
cjscppuid: ${CJSCPPUID}
azure:
application-insights:
instrumentation-key: ${rpe.AppInsightsInstrumentationKey:00000000-0000-0000-0000-000000000000}
logging:
level:
uk.gov.hmcts.cp: DEBUG