summaryrefslogtreecommitdiffstats
path: root/authz-service/src/main/resources/docker/authAPI.props
blob: d1acfb07ebf16e3cb835dd2a1fa342ba777a605a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
##
## AUTHZ API (authz-service) Properties
##
#hostname=localhost
hostname=0.0.0.0
# 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=org.onap.aaf.authz.AuthorizationService/version=2.0/envContext=DEV/routeOffer=BAU_SE

#DME2 can limit Port Ranges with the following:
AFT_DME2_PORT_RANGE=8101-8101,8100
#DME2 picks any unused port in +1024 range
#AFT_DME2_PORT=0
AFT_DME2_ALLOW_PORT_CACHING=false


# Point to "Common" files, used between all the AAF Services. ... 



#cadi_prop_files=com.osaaf.common.props;com.osaaf.props
cadi_prop_files=opt/app/aaf/authz-service/etc/com.osaaf.common.props:opt/app/aaf/authz-service/etc/com.osaaf.props
CACHE_HIGH_COUNT=40000
CACHE_CLEAN_INTERVAL=60000