sg481n | 43854a9 | 2017-08-03 17:27:34 -0400 | [diff] [blame] | 1 | ## |
| 2 | ## AUTHZ Certman (authz-certman) 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.certman/version=_MAJOR_VER_._MINOR_VER_._PATCH_VER_/envContext=_ENV_CONTEXT_/routeOffer=_ROUTE_OFFER_ |
| 19 | AFT_DME2_PORT_RANGE=_AUTHZ_CERTMAN_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 | |
| 24 | |
| 25 | |