summaryrefslogtreecommitdiffstats
path: root/prh-app-server/config/prh_endpoints.json
diff options
context:
space:
mode:
Diffstat (limited to 'prh-app-server/config/prh_endpoints.json')
-rw-r--r--prh-app-server/config/prh_endpoints.json13
1 files changed, 11 insertions, 2 deletions
diff --git a/prh-app-server/config/prh_endpoints.json b/prh-app-server/config/prh_endpoints.json
index 2e709e99..1a3ebad5 100644
--- a/prh-app-server/config/prh_endpoints.json
+++ b/prh-app-server/config/prh_endpoints.json
@@ -17,7 +17,7 @@
"dmaapProducerConfiguration": {
"dmaapHostName": "localhost",
"dmaapPortNumber": 2223,
- "dmaapTopicName": "temp",
+ "dmaapTopicName": "/events/pnfReady",
"dmaapProtocol": "http",
"dmaapUserName": "admin",
"dmaapUserPassword": "admin",
@@ -31,7 +31,16 @@
"aaiProtocol": "https",
"aaiUserName": "admin",
"aaiUserPassword": "admin",
- "aaiIgnoreSSLCertificateErrors": true
+ "aaiIgnoreSSLCertificateErrors": true,
+ "aaiBasePath": "/aai/v11",
+ "aaiPnfPath": "/network/pnfs/pnf",
+ "aaiHeaders": {
+ "X-FromAppId": "prh",
+ "X-TransactionId": "9999",
+ "Accept": "application/json",
+ "Real-Time": "true",
+ "Authorization": "Basic QUFJOkFBSQ=="
+ }
}
}
}