generated from hmcts/spring-boot-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
application.yaml
51 lines (46 loc) · 1.54 KB
/
application.yaml
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
50
51
spring:
config:
import: "optional:configtree:/mnt/secrets/ccd/"
application:
name: ccd-next-hearing-date-updater
banner:
location: classpath:next-hearing-date-banner.txt
jackson:
serialization:
WRITE_DATES_AS_TIMESTAMPS: false
main:
web-application-type: NONE
cache:
cache-names: nextHearingDateAdminAccessTokenCache
caffeine:
spec: expireAfterWrite=1800s
idam:
api:
url: ${IDAM_API_URL:http://localhost:5000}
client:
id: ccd_next_hearing_date_updater
secret: ${CCD_NEXT_HEARING_DATE_UPDATER_SERVICE_IDAM_CLIENT_SECRET:AAAAAAAAAAAAAAAA}
redirect_uri: http://ccd-next-hearing-date-updater/oauth2redirect
nextHearingDateSystemUser:
username: ${IDAM_NEXT_HEARING_DATE_SYSTEM_USER:[email protected]}
password: ${IDAM_NEXT_HEARING_DATE_SYSTEM_PASSWORD:Pa55word11}
s2s-auth:
url: ${IDAM_S2S_URL:http://localhost:4502}
totp_secret: ${IDAM_KEY_NEXT_HEARING_UPDATER:AAAAAAAAAAAAAAAA}
microservice: ccd_next_hearing_date_updater
next-hearing-date-updater:
csv:
caseReferences:
fileLocation: ${FILE_LOCATION:}
maximumNumberOfCsvEntriesToProcess: ${MAX_CSV_RECORDS:10000}
elasticsearch:
querySize: ${ES_QUERY_SIZE:100}
caseTypes: ${CASE_TYPES:}
processing:
enabled: ${HEARING_NEXT_DAY_CRON_JOB_PROCESSING_ENABLED:true}
core_case_data:
api:
url: ${CCD_DATA_STORE_API_BASE_URL:http://localhost:4452}
azure:
application-insights:
instrumentation-key: ${ccd.AppInsightsInstrumentationKey:00000000-0000-0000-0000-000000000000}