sg481n | 43854a9 | 2017-08-03 17:27:34 -0400 | [diff] [blame] | 1 | ## |
| 2 | ## AUTHZ Batch (authz-batch) Properties |
| 3 | ## |
| 4 | ## DISCOVERY (DME2) Parameters on the Command Line |
| 5 | AFT_LATITUDE=_AFT_LATITUDE_ |
| 6 | AFT_LONGITUDE=_AFT_LONGITUDE_ |
| 7 | AFT_ENVIRONMENT=_AFT_ENVIRONMENT_ |
| 8 | DEPLOYED_VERSION=_ARTIFACT_VERSION_ |
| 9 | |
| 10 | |
| 11 | DRY_RUN=false |
| 12 | |
| 13 | ## Pull in common/security properties |
| 14 | |
| 15 | cadi_prop_files=_COMMON_DIR_/com.att.aaf.props;_COMMON_DIR_/com.att.aaf.common.props |
| 16 | |
| 17 | |
| 18 | ## ------------------------------------- |
| 19 | ## Batch specific Settings |
| 20 | ## ------------------------------------- |
| 21 | SPECIAL_NAMES=testunused,testid,unknown |
| 22 | |
| 23 | |
| 24 | ## ---------------------------------------------- |
| 25 | ## Email Server settings |
| 26 | ## ---------------------------------------------- |
| 27 | #Sender's email ID needs to be mentioned |
| 28 | mailFromUserId=DL-aaf-support@att.com |
| 29 | mailHost=smtp.it.att.com |
| 30 | |
| 31 | ALERT_TO_ADDRESS=DL-aaf-support@att.com |
| 32 | |
| 33 | PASSWORD_RESET_URL=_AUTHZ_GUI_URL_/gui/passwd |
| 34 | APPROVALS_URL=_AUTHZ_GUI_URL_/gui/approve |
| 35 | |
| 36 | |