-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication.yaml
More file actions
37 lines (32 loc) · 828 Bytes
/
application.yaml
File metadata and controls
37 lines (32 loc) · 828 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
server:
port: ${SERVER_PORT:4550}
spring:
application:
name: service-cp-crime-hearing-case-event-subscription
jpa:
open-in-view: false
datasource:
url: ${DATASOURCE_URL:jdbc:postgresql://localhost:5432/appdb}
username: ${DATASOURCE_USERNAME:postgres}
password: ${DATASOURCE_PASSWORD:postgres}
flyway:
enabled: true
locations: classpath:db/migration
baseline-on-migrate: true
material-client:
url: ${MATERIAL_CLIENT_URL:http://localhost:8081}
retry:
intervalMilliSecs: 5000
timeoutMilliSecs: 30000
callback-client:
retry:
intervalMilliSecs: 1000
timeoutMilliSecs: 10000
document-service:
url: ${DOCUMENT_SERVICE_URL:http://localhost:8082}
management:
endpoints:
web:
base-path: /actuator
exposure:
include: health, info, prometheus