diff options
author | ITSERVICES\rb7147 <rb7147@att.com> | 2017-05-09 13:54:45 -0400 |
---|---|---|
committer | ITSERVICES\rb7147 <rb7147@att.com> | 2017-05-09 15:23:41 -0400 |
commit | b150ebac50287476676b67a84aff996fc738ee7b (patch) | |
tree | 67ef0e6e264a243c724300ceee7631d015c6538e /config/pe/brmsgw.conf | |
parent | 687f2fc263e76180b85401e60eadd82520504148 (diff) |
Policy 1707 Docker script changes
Change-Id: I765e2badf48d4f7554de2a6ea037289e3f76e512
Signed-off-by: ITSERVICES\rb7147 <rb7147@att.com>
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= + |