AT&T 2.0.19 Code drop, stage 3
[aaf/authz.git] / auth / auth-hello / src / main / config / hello.props
1 ##
2 ## AUTHZ GUI (authz-gui) Properties
3 ##
4
5 hostname=_HOSTNAME_
6
7 ## DISCOVERY (DME2) Parameters on the Command Line
8 AFT_LATITUDE=_AFT_LATITUDE_
9 AFT_LONGITUDE=_AFT_LONGITUDE_
10 AFT_ENVIRONMENT=_AFT_ENVIRONMENT_
11 DEPLOYED_VERSION=_ARTIFACT_VERSION_
12
13 ## Pull in common/security properties
14
15 cadi_prop_files=_COMMON_DIR_/com.att.aaf.common.props:_COMMON_DIR_/com.att.aaf.props
16
17 ##DME2 related parameters
18 DMEServiceName=service=com.att.authz.authz-gui/version=_MAJOR_VER_._MINOR_VER_._PATCH_VER_/envContext=_ENV_CONTEXT_/routeOffer=_ROUTE_OFFER_
19 AFT_DME2_PORT_RANGE=_AUTHZ_HELLO_PORT_RANGE_
20
21 # Turn on both AAF TAF & LUR 2.0                                                
22 aaf_url=https://DME2RESOLVE/service=com.att.authz.AuthorizationService/version=_MAJOR_VER_._MINOR_VER_/envContext=_ENV_CONTEXT_/routeOffer=_ROUTE_OFFER_
23 # 1 min cache changes (when left alone)
24 aaf_user_expires=60000
25
26 # CSP
27 csp_domain=PROD
28
29