diff options
Diffstat (limited to 'prh-app-server/config')
-rw-r--r-- | prh-app-server/config/prh_endpoints.json | 5 |
1 files changed, 3 insertions, 2 deletions
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" } } } |