Updated config/newrelic.yml.sample

This commit is contained in:
Vokhmin Alexey V 2013-11-28 18:28:44 +04:00
parent 561d886a54
commit 05609a4157
1 changed files with 2 additions and 0 deletions

View File

@ -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'