diff options
author | sg481n <sg481n@att.com> | 2017-08-28 12:11:35 -0400 |
---|---|---|
committer | sg481n <sg481n@att.com> | 2017-08-28 12:11:47 -0400 |
commit | bd890c575163e4d87ac24198b9c68a39cf4bbc4d (patch) | |
tree | 2d6c5baa66d1df8f8c841d39646e93020ed203bc /authz-service/src/main/sample/authAPI.props | |
parent | 72b21f2ac109b0d95fef3ef608c0c343337d4ce2 (diff) |
Update project structure to org.onap.aaf
Update project structure of authz module in aaf from
com.att to org.onap.aaf and add distribution management
and repositories.
Issue-id: AAF-21
Change-Id: Ia2486954e99f2bd60f18122ed60d32d5590781e9
Signed-off-by: sg481n <sg481n@att.com>
Diffstat (limited to 'authz-service/src/main/sample/authAPI.props')
-rw-r--r-- | authz-service/src/main/sample/authAPI.props | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/authz-service/src/main/sample/authAPI.props b/authz-service/src/main/sample/authAPI.props new file mode 100644 index 00000000..d2e2f62f --- /dev/null +++ b/authz-service/src/main/sample/authAPI.props @@ -0,0 +1,30 @@ +## +## AUTHZ API (authz-service) Properties +## + +# Standard AFT for THIS box, and THIS box is in St Louis. Put your own LAT/LONG in here. Use "bing.com/maps" or +# SWMTools (geoloc for DataCenters) to get YOURs + +AFT_LATITUDE=32.780140 +AFT_LONGITUDE=-96.800451 +AFT_ENVIRONMENT=AFTUAT +DEPLOYED_VERSION=2.0.SAMPLE + +##DME2 related parameters +DMEServiceName=service=com.att.authz.AuthorizationService/version=2.0/envContext=DEV/routeOffer=BAU_SE + +#DME2 can limit Port Ranges with the following: +# AFT_DME2_PORT_RANGE=8101-8029,8100 +# Leaving both unset makes DME2 picks any unused port in +1024 range (Ephemeral) +# AFT_DME2_PORT=0 +AFT_DME2_ALLOW_PORT_CACHING=false + +# Point to "Common" files, used between all the AAF Services. ... +cadi_prop_files=../opt/app/aaf/common/com.osaaf.common.props;../opt/app/aaf/common/com.osaaf.props + +CACHE_HIGH_COUNT=40000 +CACHE_CLEAN_INTERVAL=60000 + + + + |