Skip to content

Commit bb81cbd

Browse files
committed
Updated readme.
1 parent d5e23c0 commit bb81cbd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Usage
2525
-----> Fetching custom git buildpack... done
2626
-----> Java app detected
2727
-----> Installing wget... version 1.15 installed
28-
-----> Installing JDK... (downloading...) version 1.8.0_40 installed
28+
-----> Installing JDK... (downloading...) version 1.8.0_45 installed
2929
-----> Installing Maven... version 3.3.1 installed
3030
-----> Installing NewRelic agent... done
3131
-----> Executing build...
@@ -43,6 +43,8 @@ Config vars can be set using the Heroku CLI:
4343

4444
$ heroku config:set VAR="value"
4545

46+
* `NEW_RELIC_DISABLED`: New Relic agent
47+
`NEW_RELIC_DISABLED="true"` will disable New Relic agent for the application
4648
* `JCE`: JCE Unlimited Strength
4749
`JCE="true"` will download and apply the JCE Unlimited Strength policy files
4850
* `GEMS`: Ruby gems

0 commit comments

Comments
 (0)