Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update env variable name.
  • Loading branch information
Daniel Mikusa authored Jun 29, 2021
1 parent fde4723 commit 12bfe7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The buildpack will do the following:
| `$BP_TOMCAT_EXT_CONF_URI` | The download URI of the external configuration package
| `$BP_TOMCAT_EXT_CONF_VERSION` | The version of the external configuration package
| `$BP_TOMCAT_VERSION` | Configure a specific Tomcat version. This value must _exactly_ match a version available in the buildpack so typically it would configured to a wildcard such as `9.*`.
| `BPL_TOMCAT_ACCESS_LOGGING` | Whether access logging should be activated. Defaults to inactive.
| `BPL_TOMCAT_ACCESS_LOGGING_ENABLED` | Whether access logging should be activated. Defaults to inactive.

### External Configuration Package
The artifacts that the repository provides must be in TAR format and must follow the Tomcat archive structure:
Expand Down

0 comments on commit 12bfe7e

Please sign in to comment.