sg481n | 43854a9 | 2017-08-03 17:27:34 -0400 | [diff] [blame] | 1 | ## |
| 2 | ## AUTHZ API (authz-service) Properties |
| 3 | ## |
| 4 | |
| 5 | # Standard AFT for THIS box, and THIS box is in St Louis. Put your own LAT/LONG in here. Use "bing.com/maps" or |
| 6 | # SWMTools (geoloc for DataCenters) to get YOURs |
| 7 | |
| 8 | AFT_LATITUDE=32.780140 |
| 9 | AFT_LONGITUDE=-96.800451 |
| 10 | AFT_ENVIRONMENT=AFTUAT |
| 11 | DEPLOYED_VERSION=2.0.SAMPLE |
| 12 | |
| 13 | ##DME2 related parameters |
| 14 | DMEServiceName=service=com.att.authz.AuthorizationService/version=2.0/envContext=DEV/routeOffer=BAU_SE |
| 15 | |
| 16 | #DME2 can limit Port Ranges with the following: |
| 17 | # AFT_DME2_PORT_RANGE=8101-8029,8100 |
| 18 | # Leaving both unset makes DME2 picks any unused port in +1024 range (Ephemeral) |
| 19 | # AFT_DME2_PORT=0 |
| 20 | AFT_DME2_ALLOW_PORT_CACHING=false |
| 21 | |
| 22 | # Point to "Common" files, used between all the AAF Services. ... |
| 23 | cadi_prop_files=../opt/app/aaf/common/com.osaaf.common.props;../opt/app/aaf/common/com.osaaf.props |
| 24 | |
| 25 | CACHE_HIGH_COUNT=40000 |
| 26 | CACHE_CLEAN_INTERVAL=60000 |
| 27 | |
| 28 | |
| 29 | |
| 30 | |