diff options
author | Lukasz Muszkieta <lukasz.muszkieta@nokia.com> | 2018-10-04 16:15:13 +0200 |
---|---|---|
committer | Lukasz Muszkieta <lukasz.muszkieta@nokia.com> | 2018-10-24 12:04:36 +0200 |
commit | 6c2c8a66fade016f74b51bdfea3ba04494530b97 (patch) | |
tree | 4ba0fda25e5cb0cdc529d178f9b38102db7bbe17 /bpmn/mso-infrastructure-bpmn/src/main/resources/application-local.yml | |
parent | 0116cbfe7836b05381fe5632e0e536a625789b31 (diff) |
Pnf Spring Environment correction
Change-Id: Ic9d83e2919bd1f947fdca07d8982bd5e794c9dbe
Issue-ID: SO-1102
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
Diffstat (limited to 'bpmn/mso-infrastructure-bpmn/src/main/resources/application-local.yml')
-rw-r--r-- | bpmn/mso-infrastructure-bpmn/src/main/resources/application-local.yml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/bpmn/mso-infrastructure-bpmn/src/main/resources/application-local.yml b/bpmn/mso-infrastructure-bpmn/src/main/resources/application-local.yml index 46b46f8833..911aabdaec 100644 --- a/bpmn/mso-infrastructure-bpmn/src/main/resources/application-local.yml +++ b/bpmn/mso-infrastructure-bpmn/src/main/resources/application-local.yml @@ -4,6 +4,7 @@ aai: timeout: '30000' endpoint: http://localhost:8443 workflowAaiDistributionDelay: PT30S + pnfEntryNotificationTimeout: P14D camunda: bpm: admin-user: @@ -15,7 +16,16 @@ camunda: core-pool-size: 3 entitymanager: packagesToScan: com - +pnf: + dmaap: + host: message-router + port: 3904 + protocol: http + uriPathPrefix: events + topicName: pnfReady + consumerGroup: consumerGroup + consumerId: consumerId + topicListenerDelayInSeconds: 5 mso: correlation: timeout: 60 |