Skip to content

Commit

Permalink
added newrelic
Browse files Browse the repository at this point in the history
  • Loading branch information
fterrier committed Feb 12, 2015
1 parent 26d65fb commit 89d2c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: java -Dnewrelic.environment=$NEWRELIC_ENV -javaagent:/path/to/newrelic.jar $JVM_OPTS -cp target/tramboard-clj.jar clojure.main -m tramboard-clj.core.server
web: java -Dnewrelic.environment=$NEWRELIC_ENV -javaagent:newrelic/newrelic.jar $JVM_OPTS -cp target/tramboard-clj.jar clojure.main -m tramboard-clj.core.server

0 comments on commit 89d2c77

Please sign in to comment.