pramod | ad6382f | 2018-03-28 22:32:00 +0000 | [diff] [blame] | 1 | # Copyright © 2017 Amdocs, Bell Canada, AT&T |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
Jerome Doucerain | d18576b | 2018-03-17 14:21:42 -0400 | [diff] [blame] | 15 | basic_realm=openecomp.org |
| 16 | basic_warn=TRUE |
| 17 | |
| 18 | cadi_loglevel=DEBUG |
| 19 | #cadi_keyfile=target/swm/package/nix/dist_files/appl/${artifactId}/etc/keyfile2 |
| 20 | cadi_keyfile=/appl/dmaapMR1/etc/keyfile |
| 21 | # Configure AAF |
| 22 | aaf_url=https://DME2RESOLVE/service=org.openecomp.authz.AuthorizationService/version=2.0/envContext=DEV/routeOffer=BAU_SE |
| 23 | |
| 24 | aaf_id=dgl@openecomp.org |
| 25 | aaf_password=enc:f2u5br1mh29M02- |
| 26 | aaf_timeout=5000 |
| 27 | aaf_clean_interval=1200000 |
| 28 | aaf_user_expires=60000 |
| 29 | aaf_high_count=1000000 |
| 30 | |
| 31 | |
| 32 | # The following properties are being set by the AJSC Container and should NOT need to be set here. |
| 33 | AFT_LATITUDE=33.823589 |
| 34 | AFT_LONGITUDE=-84.366982 |
| 35 | AFT_ENVIRONMENT=AFTUAT |