Updated config/newrelic.yml.sample
This commit is contained in:
parent
561d886a54
commit
05609a4157
|
@ -217,6 +217,7 @@ test:
|
||||||
production:
|
production:
|
||||||
<<: *default_settings
|
<<: *default_settings
|
||||||
monitor_mode: true
|
monitor_mode: true
|
||||||
|
dispatcher: 'puma'
|
||||||
|
|
||||||
# Many applications have a staging environment which behaves
|
# Many applications have a staging environment which behaves
|
||||||
# identically to production. Support for that environment is provided
|
# identically to production. Support for that environment is provided
|
||||||
|
@ -225,3 +226,4 @@ staging:
|
||||||
<<: *default_settings
|
<<: *default_settings
|
||||||
monitor_mode: true
|
monitor_mode: true
|
||||||
app_name: ABF (Staging)
|
app_name: ABF (Staging)
|
||||||
|
dispatcher: 'puma'
|
||||||
|
|
Loading…
Reference in New Issue