aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorTomek Kaminski <tomasz.kaminski@nokia.com>2019-04-15 15:10:59 +0200
committerTomek Kaminski <tomasz.kaminski@nokia.com>2019-04-15 15:10:59 +0200
commit2127de5e112223a7871022b9dc67f1e3f8a4362e (patch)
tree5440d162938c5be93d65a9d67d47a341ad4c9cbd /etc
parentd07718b9a29bc895a5acce89dd1c5368b5279b98 (diff)
switch to valid aaf url property
Change-Id: Iea17c7c00b29c994d92ff98e4756bf3d904a2458 Issue-ID: DMAAP-1168 Signed-off-by: Tomek Kaminski <tomasz.kaminski@nokia.com>
Diffstat (limited to 'etc')
-rw-r--r--etc/dmaapbc.properties14
1 files changed, 1 insertions, 13 deletions
diff --git a/etc/dmaapbc.properties b/etc/dmaapbc.properties
index b0dc7de..15af191 100644
--- a/etc/dmaapbc.properties
+++ b/etc/dmaapbc.properties
@@ -179,7 +179,7 @@ CredentialCodecKeyfile: etc/LocalKey
#
# URL of AAF environment to use.
#
-aaf.URL: https://localhost:8095/proxy/
+aaf.URL: https://localhost:8100/proxy
#
# TopicMgr mechid@namespace
#
@@ -202,18 +202,6 @@ aaf.AdminPassword: pwdNotSet
#################
# PolicyEngine Properties
#
-# Flag to turn on/off Authentication
-UsePE: false
-#
-# Argument to decisionAttributes.put("AAF_ENVIRONMENT", X);
-# where X is: TEST= UAT, PROD = PROD, DEVL = TEST
-#
-PeAafEnvironment: DEVL
-PeAafUrl.DEVL: https://localhost:8095/proxy/
-PeAafUrl.TEST: https://aafist..onap.org:8095/proxy/
-PeAafUrl.PROD: https://aafprod.onap.org:8095/proxy/
-
-#
# Name of PolicyEngineApi properties file
PolicyEngineProperties: config/PolicyEngineApi.properties
#