Skip to content

Commit bf0d506

Browse files
committed
amp-170: add api spec
1 parent 84a6845 commit bf0d506

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/resources/application.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
server:
22
port: ${SERVER_PORT:4550}
33

4+
material-client:
5+
url: ${MATERIAL_CLIENT_URL:http://localhost:8081}
6+
47
spring:
58
application:
69
name: service-cp-crime-hearing-case-event-subscription
@@ -15,6 +18,8 @@ spring:
1518
locations: classpath:db/migration
1619
baseline-on-migrate: true
1720

21+
document-service:
22+
url: ${DOCUMENT_SERVICE_URL:http://localhost:8082}
1823

1924
management:
2025
endpoints:

0 commit comments

Comments
 (0)