diff options
-rw-r--r-- | prh-app-server/config/prh_endpoints.json | 2 | ||||
-rw-r--r-- | prh-app-server/src/test/resources/prh_endpoints.json | 2 |
2 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 429dac4a..6a284b2d 100644 --- a/prh-app-server/config/prh_endpoints.json +++ b/prh-app-server/config/prh_endpoints.json @@ -31,7 +31,7 @@ "aaiProtocol": "https", "aaiUserName": "AAI", "aaiUserPassword": "AAI", - "aaiIgnoreSSLCertificateErrors": true, + "aaiIgnoreSslCertificateErrors": true, "aaiBasePath": "/aai/v12", "aaiPnfPath": "/network/pnfs/pnf", "aaiHeaders": { diff --git a/prh-app-server/src/test/resources/prh_endpoints.json b/prh-app-server/src/test/resources/prh_endpoints.json index 84ad4fc8..7fd6f31e 100644 --- a/prh-app-server/src/test/resources/prh_endpoints.json +++ b/prh-app-server/src/test/resources/prh_endpoints.json @@ -4,7 +4,7 @@ "aaiClientConfiguration": { "aaiHost": "localhost", "aaiPort": 8080, - "aaiIgnoreSSLCertificateErrors": true, + "aaiIgnoreSslCertificateErrors": true, "aaiProtocol": "https", "aaiUserName": "AAI", "aaiUserPassword": "AAI", |