summaryrefslogtreecommitdiffstats
path: root/BRMSGateway/config.properties
diff options
context:
space:
mode:
authorITSERVICES\rb7147 <rb7147@att.com>2017-04-25 11:46:00 -0400
committerITSERVICES\rb7147 <rb7147@att.com>2017-05-03 09:58:17 -0400
commite0addf5b588a1244f9679becd90999dfcb4c3a94 (patch)
tree1212772d6366730266ff0e093c874b07aa716c29 /BRMSGateway/config.properties
parent39fb0f30472777e4b60d6a7ac8aa4eb9773961ff (diff)
Policy 1707 commit to LF
Change-Id: Ibe6f01d92f9a434c040abb05d5386e89d675ae65 Signed-off-by: ITSERVICES\rb7147 <rb7147@att.com>
Diffstat (limited to 'BRMSGateway/config.properties')
-rw-r--r--BRMSGateway/config.properties18
1 files changed, 9 insertions, 9 deletions
diff --git a/BRMSGateway/config.properties b/BRMSGateway/config.properties
index fa46f67ff..3f6f6f63c 100644
--- a/BRMSGateway/config.properties
+++ b/BRMSGateway/config.properties
@@ -18,10 +18,16 @@
# ============LICENSE_END=========================================================
###
-PDP_URL2 = https://localhost:8081/pdp/ , testpdp, alpha123
-PAP_URL = http://localhost:9090/pap/ , testpap, alpha123
+PDP_URL2 = https://localhost:8082/pdp/ , testpdp, alpha456
+PAP_URL = http://localhost:8070/pap/ , testpap, alpha123
+
+#Notification Properties... type can be either websocket, ueb, or dmaap
NOTIFICATION_TYPE=websocket
-NOTIFICATION_UEB_SERVERS=
+NOTIFICATION_SERVERS=
+NOTIFICATION_TOPIC=PDPD-CONFIGURATION
+NOTIFICATION_DELAY=
+UEB_API_KEY=
+UEB_API_SECRET=
CLIENT_ID=
CLIENT_KEY=
@@ -39,11 +45,6 @@ repositoryUsername=admin
repositoryPassword=admin123
## policyKeyID the value of Policy Key whose value will be the group Name.
policyKeyID = controller
-# UEB Notification Details.
-UEB_URL=vm1.mr.simpledemo.openecomp.org
-UEB_TOPIC=PDPD-CONFIGURATION
-UEB_API_KEY=
-UEB_API_SECRET=
## GroupNames can be comma separated values.
groupNames = default, vFW , vDNS
@@ -54,7 +55,6 @@ vFW.artifactID= policy-vFW-rules
vDNS.groupID= org.openecomp.policy-engine.drools.vDNS
vDNS.artifactID= policy-vDNS-rules
-
#Integrity Monitor values
#database driver for Integrity Monitor
javax.persistence.jdbc.driver=com.mysql.jdbc.Driver