diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-05-03 21:31:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-05-03 21:31:58 +0000 |
commit | a330af579866dacbe595e2e4ad1dd29cd3c96945 (patch) | |
tree | b9455591600034dfd4f33a9c1f733336280f2208 /PolicyEngineClient/config.properties | |
parent | 5444e748b8651d8346dcb78c5ab8b0637dea197b (diff) | |
parent | e0addf5b588a1244f9679becd90999dfcb4c3a94 (diff) |
Merge "Policy 1707 commit to LF"
Diffstat (limited to 'PolicyEngineClient/config.properties')
-rw-r--r-- | PolicyEngineClient/config.properties | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/PolicyEngineClient/config.properties b/PolicyEngineClient/config.properties index 4bc176d53..62099050e 100644 --- a/PolicyEngineClient/config.properties +++ b/PolicyEngineClient/config.properties @@ -24,9 +24,10 @@ PAP_URL = http://localhost:9091/pap/ , testpap , alpha123 #PDP_URL1 = http://localhost:8082/pdp/, testpdp, alpha456 #PAP_URL = http://localhost:8070/pap/, testpap, alpha123 NOTIFICATION_TYPE=websocket -NOTIFICATION_UEB_SERVERS=localhost.com +NOTIFICATION_UEB_SERVERS= +NOTIFICATION_DMAAP_SERVERS= CLIENT_ID= -CLIENT_KEY=PolicyR0ck$ +CLIENT_KEY= ENVIRONMENT=TEST ########################################### @@ -37,7 +38,7 @@ ENVIRONMENT=TEST #PDP_URL1=http://localhost:8081/pdp/ , testpdp, alpha123 #PDP_URL2=http://localhost:8081/pdp/ , testpdp, alpha123 #NOTIFICATION_TYPE=ueb -#NOTIFICATION_UEB_SERVERS=localhost.com +#NOTIFICATION_UEB_SERVERS= #CLIENT_ID=PyPDPServer #CLIENT_KEY=test @@ -48,6 +49,6 @@ ENVIRONMENT=TEST #PDP_URL = http://localhost:8081/pdp/, testpdp, alpha123 #PAP_URL = http://localhost:9091/pap/, testpap, alpha123 #NOTIFICATION_TYPE=websocket -#NOTIFICATION_UEB_SERVERS=localhost.com +#NOTIFICATION_UEB_SERVERS= #CLIENT_ID=PyPDPServer #CLIENT_KEY=test |