diff options
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 + |