Configs for Different Rails Environments

Configs for Different Rails Environments

Hello,

How can we configure our Rails application.name in apminsight.conf to default to a different name per environment without manual configurations?

The goal is to differentiate Production, Staging, and Development data without manual intervention on each installation.

Can the conf file read in ENV variables somehow?  Something like this would work great for us (but doesn't work)

application.name=ourAppName-$RAILS_ENV

Thanks
~Nate