Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 11. Application Template Parameters
| Variable | Description |
|---|---|
| APPLICATION_NAME | The name for the application (required). |
| KIE_CONTAINER_DEPLOYMENT | The KIE Containers to deploy (required). Example: containerId=groupId:artifactId:version |
| MYSQL_LOWER_CASE_TABLE_NAMES | Sets how the table names are stored and compared. |
| AMQ_SECRET | The name of a secret containing SSL related files. If no value is specified, a random password is generated. |
| SOURCE_REPOSITORY_URL | Git source URI for application. |
| SOURCE_REPOSITORY_REF | Git branch/tag reference. |
| CONTEXT_DIR | Path within Git project to build; empty for root project directory. |
| KIE_SERVER_USER | The user name to access the KIE Server REST or JMS interface. |
| KIE_SERVER_PASSWORD | The password to access the KIE Server REST or JMS interface. Must be different than username; must not be root, admin, or administrator; must contain at least 8 characters, 1 alphabetic character(s), 1 digit(s), and 1 non-alphanumeric symbol(s). |