diff options
Diffstat (limited to 'prh-app-server/config')
-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", |