heroku / heroku-sbt-plugin

An sbt plugin for deploying Heroku Scala applications
MIT License
111 stars 17 forks source link

Configuration for each deployment env #22

Closed paulovictorv closed 8 years ago

paulovictorv commented 9 years ago

I'm wondering if it's possible to have configurations for each deployment env.

My use case is that I have a staging app that takes forever to deploy because it's loading the newrelic jar, which is not really needed on the staging environment.

jkutner commented 9 years ago

You should put the newrelic agent option in JAVA_OPTS, and set that per deployment environment.