diff options
author | Lusheng Ji <lji@research.att.com> | 2018-05-16 04:23:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-16 04:23:34 +0000 |
commit | 66a071133ae4a56e5add6c6408a74e1d2b301a5e (patch) | |
tree | c9b0c8d7ecb0462edef43c16fae283d902b483ae /prh-app-server/config/prh_endpoints.json | |
parent | 1a754849c09d4dd3d4a7dab04f9bdd87fd638912 (diff) | |
parent | d65298c77307675e3d133753cad2f14cd8b5fbbd (diff) |
Merge "Correction of AAI Client configuration loading"
Diffstat (limited to 'prh-app-server/config/prh_endpoints.json')
-rw-r--r-- | prh-app-server/config/prh_endpoints.json | 4 |
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 282cc64e..7cb83c07 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", |