diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/dmaapbc.properties | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/dmaapbc.properties b/etc/dmaapbc.properties index 39918a4..de300c5 100644 --- a/etc/dmaapbc.properties +++ b/etc/dmaapbc.properties @@ -4,6 +4,7 @@ # # URI to retrieve dynamic DR configuration # +UnitTest: Yes ProvisioningURI: /internal/prov # # Allow http access to API @@ -155,7 +156,7 @@ CredentialCodecKeyfile: etc/LocalKey # # URL of AAF environment to use. # -aaf.URL: https://authentication.simpledemo.onap.org:8095/proxy/ +aaf.URL: https://localhost:8095/proxy/ # # TopicMgr mechid@namespace # @@ -185,7 +186,7 @@ UsePE: false # where X is: TEST= UAT, PROD = PROD, DEVL = TEST # PeAafEnvironment: DEVL -PeAafUrl.DEVL: https://aafdev.onap.org:8095/proxy/ +PeAafUrl.DEVL: https://localhost:8095/proxy/ PeAafUrl.TEST: https://aafist..onap.org:8095/proxy/ PeAafUrl.PROD: https://aafprod.onap.org:8095/proxy/ |