Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 1 | ### |
| 2 | # ============LICENSE_START======================================================= |
| 3 | # PolicyEngineClient |
| 4 | # ================================================================================ |
| 5 | # Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. |
| 6 | # ================================================================================ |
| 7 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | # you may not use this file except in compliance with the License. |
| 9 | # You may obtain a copy of the License at |
| 10 | # |
| 11 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | # |
| 13 | # Unless required by applicable law or agreed to in writing, software |
| 14 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | # See the License for the specific language governing permissions and |
| 17 | # limitations under the License. |
| 18 | # ============LICENSE_END========================================================= |
| 19 | ### |
| 20 | |
| 21 | # PIP Engine Definition |
| 22 | PDP_URL1 = http://localhost:8081/pdp/ , testpdp , alpha123 |
| 23 | PAP_URL = http://localhost:9091/pap/ , testpap , alpha123 |
| 24 | #PDP_URL1 = http://localhost:8082/pdp/, testpdp, alpha456 |
| 25 | #PAP_URL = http://localhost:8070/pap/, testpap, alpha123 |
| 26 | NOTIFICATION_TYPE=websocket |
ITSERVICES\rb7147 | e0addf5 | 2017-04-25 11:46:00 -0400 | [diff] [blame] | 27 | NOTIFICATION_UEB_SERVERS= |
| 28 | NOTIFICATION_DMAAP_SERVERS= |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 29 | CLIENT_ID= |
ITSERVICES\rb7147 | e0addf5 | 2017-04-25 11:46:00 -0400 | [diff] [blame] | 30 | CLIENT_KEY= |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 31 | ENVIRONMENT=TEST |
| 32 | |
| 33 | ########################################### |
| 34 | ## FOR CONNECTION TO THE IST PAP AND PDP ## |
| 35 | ########################################### |
| 36 | #PAP_URL=http://localhost:9091/pap/ , testpap, alpha123 |
| 37 | #PAP_URL=http://localhost:9091/pap/,testpap,alpha123 |
| 38 | #PDP_URL1=http://localhost:8081/pdp/ , testpdp, alpha123 |
| 39 | #PDP_URL2=http://localhost:8081/pdp/ , testpdp, alpha123 |
| 40 | #NOTIFICATION_TYPE=ueb |
ITSERVICES\rb7147 | e0addf5 | 2017-04-25 11:46:00 -0400 | [diff] [blame] | 41 | #NOTIFICATION_UEB_SERVERS= |
Ravindra Bakkamanthala | 87c95be | 2017-05-23 14:56:12 -0400 | [diff] [blame] | 42 | #CLIENT_ID=PDPServer |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 43 | #CLIENT_KEY=test |
| 44 | |
| 45 | |
| 46 | ########################################### |
| 47 | ## FOR CONNECTION TO THE E2E PAP AND PDP ## |
| 48 | ########################################### |
| 49 | #PDP_URL = http://localhost:8081/pdp/, testpdp, alpha123 |
| 50 | #PAP_URL = http://localhost:9091/pap/, testpap, alpha123 |
| 51 | #NOTIFICATION_TYPE=websocket |
ITSERVICES\rb7147 | e0addf5 | 2017-04-25 11:46:00 -0400 | [diff] [blame] | 52 | #NOTIFICATION_UEB_SERVERS= |
Ravindra Bakkamanthala | 87c95be | 2017-05-23 14:56:12 -0400 | [diff] [blame] | 53 | #CLIENT_ID=PDPServer |
Pamela Dragosh | 91d04c6 | 2017-02-14 19:41:00 -0500 | [diff] [blame] | 54 | #CLIENT_KEY=test |