summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwejs <maciej.wejs@nokia.com>2018-05-15 10:49:14 +0200
committerwejs <maciej.wejs@nokia.com>2018-05-15 10:50:00 +0200
commit1964728a51e770e76cec56d333a0c71a96d5ab28 (patch)
treecfaa7a07e95aa128208797fec2ee1096485ac74e
parent0a42016657086debbf41eba82d9f8cc0da6b7d80 (diff)
Correction of PRH Consumer endpoint
Change-Id: Iae2f52bf9592e13707c19a9cec2b43c820f257e8 Issue-ID: DCAEGEN2-509 Signed-off-by: wejs <maciej.wejs@nokia.com>
-rw-r--r--prh-app-server/config/prh_endpoints.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/prh-app-server/config/prh_endpoints.json b/prh-app-server/config/prh_endpoints.json
index 1a3ebad5..282cc64e 100644
--- a/prh-app-server/config/prh_endpoints.json
+++ b/prh-app-server/config/prh_endpoints.json
@@ -4,7 +4,7 @@
"dmaapConsumerConfiguration": {
"dmaapHostName": "localhost",
"dmaapPortNumber": 2222,
- "dmaapTopicName": "temp",
+ "dmaapTopicName": "/events/unauthenticated.SEC_OTHER_OUTPUT",
"dmaapProtocol": "http",
"dmaapUserName": "admin",
"dmaapUserPassword": "admin",
@@ -32,7 +32,7 @@
"aaiUserName": "admin",
"aaiUserPassword": "admin",
"aaiIgnoreSSLCertificateErrors": true,
- "aaiBasePath": "/aai/v11",
+ "aaiBasePath": "/aai/v12",
"aaiPnfPath": "/network/pnfs/pnf",
"aaiHeaders": {
"X-FromAppId": "prh",