diff options
Diffstat (limited to 'etc/dmaapbc.properties')
-rw-r--r-- | etc/dmaapbc.properties | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/etc/dmaapbc.properties b/etc/dmaapbc.properties index 71f0b66..fa7f2cd 100644 --- a/etc/dmaapbc.properties +++ b/etc/dmaapbc.properties @@ -179,7 +179,7 @@ ApiPermission.Class: org.onap.dmaap.dbcapi.authentication.AllowAll # # 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 # |