From 2cd0124def5b2267028e71220201efebf46fdcd4 Mon Sep 17 00:00:00 2001 From: pwielebs Date: Thu, 12 Jul 2018 10:16:00 +0200 Subject: Adding AAI reactive webClient Change-Id: Iedf88dfe12f41f0d994bcfc7c94e21ddf945a001 Issue-ID: DCAEGEN2-609 Signed-off-by: pwielebs --- prh-app-server/config/prh_endpoints.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'prh-app-server/config/prh_endpoints.json') diff --git a/prh-app-server/config/prh_endpoints.json b/prh-app-server/config/prh_endpoints.json index f5f79590..429dac4a 100644 --- a/prh-app-server/config/prh_endpoints.json +++ b/prh-app-server/config/prh_endpoints.json @@ -27,7 +27,7 @@ "aai": { "aaiClientConfiguration": { "aaiHost": "localhost", - "aaiHostPortNumber": 8080, + "aaiPort": 8080, "aaiProtocol": "https", "aaiUserName": "AAI", "aaiUserPassword": "AAI", @@ -38,7 +38,8 @@ "X-FromAppId": "prh", "X-TransactionId": "9999", "Accept": "application/json", - "Real-Time": "true" + "Real-Time": "true", + "Content-Type":"application/merge-patch+json" } } } -- cgit 1.2.3-korg