Commit cf7e071c by David Ormsbee

add loadtest env for new relic

parent 95c6f3d3
...@@ -252,4 +252,9 @@ production: ...@@ -252,4 +252,9 @@ production:
staging: staging:
<<: *default_settings <<: *default_settings
monitor_mode: true monitor_mode: true
app_name: <%= ENV["NEW_RELIC_APP_NAME"] %> (Staging) app_name: <%= ENV["NEW_RELIC_APP_NAME"] %> (Staging)
\ No newline at end of file
loadtest:
<<: *default_settings
monitor_mode: true
app_name: <%= ENV["NEW_RELIC_APP_NAME"] %> (Staging)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment