diff options
author | ITSERVICES\rb7147 <rb7147@att.com> | 2017-04-25 11:46:00 -0400 |
---|---|---|
committer | ITSERVICES\rb7147 <rb7147@att.com> | 2017-05-03 09:58:17 -0400 |
commit | e0addf5b588a1244f9679becd90999dfcb4c3a94 (patch) | |
tree | 1212772d6366730266ff0e093c874b07aa716c29 /PolicyEngineAPI/Config | |
parent | 39fb0f30472777e4b60d6a7ac8aa4eb9773961ff (diff) |
Policy 1707 commit to LF
Change-Id: Ibe6f01d92f9a434c040abb05d5386e89d675ae65
Signed-off-by: ITSERVICES\rb7147 <rb7147@att.com>
Diffstat (limited to 'PolicyEngineAPI/Config')
-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 + |