summaryrefslogtreecommitdiffstats
path: root/prh-app-server/src/test/resources/prh_endpoints.json
diff options
context:
space:
mode:
Diffstat (limited to 'prh-app-server/src/test/resources/prh_endpoints.json')
-rw-r--r--prh-app-server/src/test/resources/prh_endpoints.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/prh-app-server/src/test/resources/prh_endpoints.json b/prh-app-server/src/test/resources/prh_endpoints.json
index a67ee02b..0fe4b276 100644
--- a/prh-app-server/src/test/resources/prh_endpoints.json
+++ b/prh-app-server/src/test/resources/prh_endpoints.json
@@ -1,8 +1,8 @@
{
"configs": {
"aai": {
- "aaiHttpClientConfiguration": {
- "aaiHost": "",
+ "aaiClientConfiguration": {
+ "aaiHost": "localhost",
"aaiHostPortNumber": 8080,
"aaiIgnoreSSLCertificateErrors": true,
"aaiProtocol": "https",
@@ -14,7 +14,8 @@
"X-FromAppId": "prh",
"X-TransactionId": "9999",
"Accept": "application/json",
- "Real-Time": "true"
+ "Real-Time": "true",
+ "Authorization": "Basic QUFJOkFBSQ=="
}
}
},