Commit 3032f8ad by e0d

adding missing config stanzas

parent 73c6d89e
...@@ -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