diff --git a/app/config/newrelic.yml b/app/config/newrelic.yml index bdf4dfee..4620a02b 100644 --- a/app/config/newrelic.yml +++ b/app/config/newrelic.yml @@ -56,9 +56,9 @@ ci: # It doesn't make sense to report to New Relic from automated test runs. monitor_mode: false -staging: +demo: <<: *default_settings - app_name: Iv Cbv Payroll (Staging) + app_name: Iv Cbv Payroll (Demo) production: <<: *default_settings diff --git a/infra/app/app-config/env-config/environment-variables.tf b/infra/app/app-config/env-config/environment-variables.tf index cfb11cf3..8950f959 100644 --- a/infra/app/app-config/env-config/environment-variables.tf +++ b/infra/app/app-config/env-config/environment-variables.tf @@ -41,6 +41,10 @@ locals { name = "NEWRELIC_KEY" ssm_param_name = "/service/${var.app_name}-${var.environment}/newrelic-key" }, + { + name = "NEW_RELIC_ENV" + ssm_param_name = "/service/${var.app_name}-${var.environment}/new-relic-env" + }, # Transmission Configuration: {