AT&T 2.0.19 Code drop, stage 3
[aaf/authz.git] / auth / auth-oauth / src / main / config / oauth.props
1 ##
2 ## AAF OAUTH2 API (authz-oauth) Properties
3 ##
4
5 # Standard AFT for this box
6 hostname=_HOSTNAME_
7
8 ## DISCOVERY (DME2) Parameters on the Command Line
9 AFT_LATITUDE=_AFT_LATITUDE_
10 AFT_LONGITUDE=_AFT_LONGITUDE_
11 AFT_ENVIRONMENT=_AFT_ENVIRONMENT_
12 DEPLOYED_VERSION=_ARTIFACT_VERSION_
13
14 ## Pull in common/security properties
15
16 cadi_prop_files=_COMMON_DIR_/com.att.aaf.common.props:_COMMON_DIR_/com.att.aaf.props
17
18 ##DME2 related parameters
19
20 DMEServiceName=service=com.att.authz.oauth/version=_MAJOR_VER_._MINOR_VER_._PATCH_VER_/envContext=_ENV_CONTEXT_/routeOffer=_ROUTE_OFFER_
21 AFT_DME2_PORT_RANGE=_AUTHZ_OAUTH_PORT_RANGE_
22
23
24
25
26