diff options
author | 2017-05-11 03:42:25 +0000 | |
---|---|---|
committer | 2017-05-11 03:42:25 +0000 | |
commit | 76e9efbc6b836490e2166710be348f01e64011a2 (patch) | |
tree | 5009a5bd55fc74aefd942aa78a7edd85f8117213 /config/pe/brmsgw.conf | |
parent | f24f4a9f7f5fc2c2ac63f95effd6f7b1332eacce (diff) | |
parent | b150ebac50287476676b67a84aff996fc738ee7b (diff) |
Merge "Policy 1707 Docker script changes"
Diffstat (limited to 'config/pe/brmsgw.conf')
-rw-r--r-- | config/pe/brmsgw.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/pe/brmsgw.conf b/config/pe/brmsgw.conf index da2cd0a4..f9188478 100644 --- a/config/pe/brmsgw.conf +++ b/config/pe/brmsgw.conf @@ -41,3 +41,14 @@ node_type=brms_gateway CLIENT_ID=PyPDPServer CLIENT_KEY=test ENVIRONMENT=TEST + +#Notification Properties... type can be either websocket, ueb, or dmaap +BRMS_NOTIFICATION_TYPE=websocket +BRMS_UEB_URL= +BRMS_UEB_TOPIC= +BRMS_UEB_DELAY= +BRMS_CLIENT_ID= +BRMS_CLIENT_KEY= +BRMS_UEB_API_KEY= +BRMS_UEB_API_SECRET= + |