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 /PolicyEngineAPI/Config/Config.properties | |
parent | 5444e748b8651d8346dcb78c5ab8b0637dea197b (diff) | |
parent | e0addf5b588a1244f9679becd90999dfcb4c3a94 (diff) |
Merge "Policy 1707 commit to LF"
Diffstat (limited to 'PolicyEngineAPI/Config/Config.properties')
-rw-r--r-- | PolicyEngineAPI/Config/Config.properties | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/PolicyEngineAPI/Config/Config.properties b/PolicyEngineAPI/Config/Config.properties index 34a9a82ce..6176d827c 100644 --- a/PolicyEngineAPI/Config/Config.properties +++ b/PolicyEngineAPI/Config/Config.properties @@ -22,5 +22,15 @@ # PDP_URL = http://localhost:8081/pdp/ , testpdp, alpha123 PAP_URL=http://localhost:8070/pap/, testpap, alpha123 -NOTIFICATION_TYPE = ueb -NOTIFICATION_UEB_SERVERS=localhost.com,localhost1.com +NOTIFICATION_TYPE=ueb +NOTIFICATION_SERVERS= +NOTIFICATION_TOPIC= +NOTIFICATION_DELAY= +UEB_API_KEY= +UEB_API_SECRET= + +# DMAAP Notification Properties +CLIENT_ID= +CLIENT_KEY= +ENVIRONMENT=TEST + |