diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-04-06 10:03:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-06 10:03:29 +0000 |
commit | 3f2818ea024b8e4089c4db3193a24986bf8e999a (patch) | |
tree | 64313f3ebe96614706af7ebc42f48bdf7b8f7b39 | |
parent | b229137d476e4ee74ee0078ad7b89b2ea1fb6813 (diff) | |
parent | 05c1bbdc9edf75facefb00bceae1c25206fd0d04 (diff) |
Merge "Update PH config"
-rw-r--r-- | kubernetes/dcaegen2/components/dcae-policy-handler/resources/config/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/dcaegen2/components/dcae-policy-handler/resources/config/config.json b/kubernetes/dcaegen2/components/dcae-policy-handler/resources/config/config.json index b459a989d7..2e47c9e118 100644 --- a/kubernetes/dcaegen2/components/dcae-policy-handler/resources/config/config.json +++ b/kubernetes/dcaegen2/components/dcae-policy-handler/resources/config/config.json @@ -24,7 +24,7 @@ "timeout_in_secs": 60 }, "dmaap_mr" : { - "url" : "https://message-router:3904/events/unauthenticated.POLICY-NOTIFICATION/policy-handler/ph1", + "url" : "https://message-router:3905/events/POLICY-NOTIFICATION/policy-handler/ph1", "query": { "timeout": 15000 }, |