We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a6845 commit bf0d506Copy full SHA for bf0d506
src/main/resources/application.yaml
@@ -1,6 +1,9 @@
1
server:
2
port: ${SERVER_PORT:4550}
3
4
+material-client:
5
+ url: ${MATERIAL_CLIENT_URL:http://localhost:8081}
6
+
7
spring:
8
application:
9
name: service-cp-crime-hearing-case-event-subscription
@@ -15,6 +18,8 @@ spring:
15
18
locations: classpath:db/migration
16
19
baseline-on-migrate: true
17
20
21
+document-service:
22
+ url: ${DOCUMENT_SERVICE_URL:http://localhost:8082}
23
24
management:
25
endpoints:
0 commit comments