Environment variables
Environment variables used by ConfigMyApp start with CMA_ and if not empty, will be used to fill-in parameters values not explicitly set at runtime.
The table below describes the supported environment variables:
| Section | Environment Variable | Description | Mandatory |
|---|---|---|---|
| Connection | CMA_CONTROLLER_HOST | controller host | |
| Connection | CMA_CONTROLLER_PORT | controller port | |
| Connection | CMA_USE_HTTPS | if true, specifies that the agent should use SSL | |
| Account | CMA_ACCOUNT | account name | |
| Account | CMA_USERNAME | appd user username | |
| Account | CMA_PASSWORD | appd user password (no default) | |
| Account | CMA_USE_ENCODED_CREDENTIALS | use base64 encoded credentials | |
| Proxy | CMA_USE_PROXY | use proxy | |
| Proxy | CMA_PROXY_URL | proxy url | |
| Proxy | CMA_PROXY_PORT | proxy port | |
| Branding | CMA_USE_BRANDING | enable branding | |
| Branding | CMA_LOGO_NAME | logo image file name | |
| Branding | CMA_BACKGROUND_NAME | background image file name | |
| Application | CMA_APPLICATION_NAME | application name | |
| Application | CMA_INCLUDE_DATABASE | include database | |
| Application | CMA_DATABASE_NAME | database name, mandatory if include-database set to true | |
| Application | CMA_INCLUDE_SIM | include server visibility | |
| Application | CMA_CONFIGURE_BT | configure busness transactions | |
| Application | CMA_OVERWRITE_HEALTH_RULES | overwrite health rules | |
| Application | CMA_HEALTH_RULES_ONLY | create health rules only | |
| Application | CMA_BT_ONLY | configure business transactions only | |
| Application | CMA_UPLOAD_CUSTOM_DASHBOARD | Upload existing custom dashboard | |
| Application | CMA_UPLOAD_DEFAULT_DASHBOARD | Upload default dashboard | |
| Action Suppression | CMA_SUPPRESS_ACTION | use application action suppression | |
| Action Suppression | CMA_SUPPRESS_START | application suppression start date in "yyyy-MM-ddThh:mm:ss+0000" format (GMT) | |
| Action Suppression | CMA_SUPPRESS_DURATION | application suppression duration in minutes | |
| Action Suppression | CMA_SUPPRESS_NAME | custom name of the supression action, if none specified name is auto-generated | |
| Action Suppression | CMA_SUPPRESS_UPLOAD_FILES | upload action suppression files from a folder | |
| Action Suppression | CMA_SUPPRESS_DELETE | delete action suppression by setting action name to this variable | |
| RBAC | CMA_RBAC_ONLY | uses RBAC module when set to true | |
| RBAC | CMA_RBAC_ACTION | RBAC action to be performed (rbac-saml by default) | |
| RBAC | CMA_RBAC_ROLE_NAME | RBAC role name (auto-generated by default) | |
| RBAC | CMA_RBAC_ROLE_DESCRIPTION | RBAC role description, not mandatory (no default) | |
| RBAC | CMA_RBAC_SAML_GROUP_NAME | RBAC SAML group name (auto-generated by default) | |
| RBAC | CMA_RBAC_LICENSE_RULE_NAME | License rule name (auto-generated by default) |