diff options
author | 2017-05-12 17:43:47 +0000 | |
---|---|---|
committer | 2017-05-12 17:43:47 +0000 | |
commit | da2b69dd5333ecc5e769985d5d53210188bed230 (patch) | |
tree | 707417eba5d7af6e704c8f32f956b8a94a4c20f9 /config/pe/brmsgw.conf | |
parent | 5e1f8a706d0f4e2fbb4a0b857e5b40659f97af94 (diff) | |
parent | e9ada29d385dff4e61a14c92652cc74071a91df5 (diff) |
Merge "Policy Docker pe fixes"
Diffstat (limited to 'config/pe/brmsgw.conf')
-rw-r--r-- | config/pe/brmsgw.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/pe/brmsgw.conf b/config/pe/brmsgw.conf index f9188478..2efa456a 100644 --- a/config/pe/brmsgw.conf +++ b/config/pe/brmsgw.conf @@ -38,8 +38,7 @@ VDNS_ARTIFACT_ID=policy-vDNS-rules resource_name=brmsgw_1 node_type=brms_gateway -CLIENT_ID=PyPDPServer -CLIENT_KEY=test +#Environment should be Set either DEV, TEST or PROD ENVIRONMENT=TEST #Notification Properties... type can be either websocket, ueb, or dmaap @@ -52,3 +51,6 @@ BRMS_CLIENT_KEY= BRMS_UEB_API_KEY= BRMS_UEB_API_SECRET= +#Dependency.json file version +BRMS_DEPENDENCY_VERSION=1.1.0-SNAPSHOT + |