aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/application.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/application.yaml')
-rw-r--r--src/main/resources/application.yaml11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml
index 2d376a8..1903067 100644
--- a/src/main/resources/application.yaml
+++ b/src/main/resources/application.yaml
@@ -9,12 +9,19 @@ spring:
# Configure parameters here or in DeliveryRequest/Config.
# Choose a profile in DeliveryRequest/Config/ProfileId.
-# If a parameter is missing, moa zs falls back to default
+# If a parameter is missing, moa zs falls back to "default"
# Order: DeliveryRequest/Config > [chosen-profile] > default
delivery-request-configuration-profiles:
default:
perform-query-person-request: false
- msg-client.url: http://localhost:8081/services/DeliveryRequest
+ msg-client:
+ url: http://localhost:8081/services/DeliveryRequest
+ # Time in ms after which a connection will be closed.
+ # 0 means indefinitely.
+ connection-timeout: 0
+ # Time in ms that the client waits after having sent the request.
+ # 0 means indefinitely.
+ receive-timeout: 0
ssl-profile:
perform-query-person-request: false