Commit 0769389d by David Ormsbee

Merge pull request #23 from rll/bugfix/edz/newrelice-yml

adding missing config stanzas
parents 73c6d89e 3032f8ad
...@@ -258,3 +258,14 @@ loadtest: ...@@ -258,3 +258,14 @@ loadtest:
<<: *default_settings <<: *default_settings
monitor_mode: true monitor_mode: true
app_name: <%= ENV["NEW_RELIC_APP_NAME"] %> (Load Test) app_name: <%= ENV["NEW_RELIC_APP_NAME"] %> (Load Test)
edgestage:
<<: *default_settings
monitor_mode: true
app_name: <%= ENV["NEW_RELIC_APP_NAME"] %> (Edge Stage)
edgeprod:
<<: *default_settings
monitor_mode: true
app_name: <%= ENV["NEW_RELIC_APP_NAME"] %> (Edge Prod)
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