summaryrefslogtreecommitdiffstats
path: root/prh-app-server/config/prh_endpoints.json
diff options
context:
space:
mode:
authorwejs <maciej.wejs@nokia.com>2018-05-15 16:48:03 +0200
committerwejs <maciej.wejs@nokia.com>2018-05-15 16:48:03 +0200
commitd65298c77307675e3d133753cad2f14cd8b5fbbd (patch)
tree28b82868e7aa4d6eb7d6b7fc3c535af56f861a4a /prh-app-server/config/prh_endpoints.json
parent0a42016657086debbf41eba82d9f8cc0da6b7d80 (diff)
Correction of AAI Client configuration loading
Change-Id: I42d5dcd2d2e65db9e4eb3cf324ed127ddd882f41 Issue-ID: DCAEGEN2-509 Signed-off-by: wejs <maciej.wejs@nokia.com>
Diffstat (limited to 'prh-app-server/config/prh_endpoints.json')
-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..72d66640 100644
--- a/prh-app-server/config/prh_endpoints.json
+++ b/prh-app-server/config/prh_endpoints.json
@@ -25,8 +25,8 @@
}
},
"aai": {
- "aaiHttpClientConfiguration": {
- "aaiHost": "",
+ "aaiClientConfiguration": {
+ "aaiHost": "localhost",
"aaiHostPortNumber": 8080,
"aaiProtocol": "https",
"aaiUserName": "admin",