diff options
author | dglFromAtt <dgl@research.att.com> | 2018-02-28 08:00:19 -0500 |
---|---|---|
committer | dglFromAtt <dgl@research.att.com> | 2018-02-28 08:00:32 -0500 |
commit | 503da874ce876dbe463bcc1a03f63ea0f48fe650 (patch) | |
tree | 7a20564499cb9040d0ca3a9b4142352436518475 /etc | |
parent | 0afd0dd2f1fa4435fa730a287e68fec4f271e617 (diff) |
including missing files
Change-Id: I001fd699931a143cf455e4edb5c81002200dde96
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-316
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/ |