Commit 994ca29d6cc123a4365fcd2132df368a272a8de6
1 parent
b36c90e3
Exists in
master
and in
1 other branch
staging env added to newrelic.example.yml
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
config/newrelic.example.yml
... | ... | @@ -221,3 +221,6 @@ production: |
221 | 221 | # Many applications have a staging environment which behaves |
222 | 222 | # identically to production. Support for that environment is provided |
223 | 223 | # here. By default, the staging environment has the agent turned on. |
224 | +staging: | |
225 | + <<: *default_settings | |
226 | + monitor_mode: true | ... | ... |