diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-04-02 20:30:30 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-04-03 16:41:31 +0000 |
commit | 05c1bbdc9edf75facefb00bceae1c25206fd0d04 (patch) | |
tree | 2aaf439348f403ef4c6b12a28a132da2a635271a /kubernetes/dcaegen2/components/dcae-policy-handler/resources/config | |
parent | 075c02e1a0ba535e9b263de3a0f9ede479ff112f (diff) |
Update PH config
Change-Id: I517e1ed97538bfc83a34a0f65bee46f7eb3b297b
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-2191
Diffstat (limited to 'kubernetes/dcaegen2/components/dcae-policy-handler/resources/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 }, |