diff --git a/manifest.yml b/manifest.yml index ba416939a..9c833a1a7 100644 --- a/manifest.yml +++ b/manifest.yml @@ -26,11 +26,11 @@ applications: NEW_RELIC_CONFIG_FILE: newrelic.ini NEW_RELIC_ENVIRONMENT: ((env)) - NR_ACCOUNT_ID=3389907 - NR_TRUST_KEY=562946 - NR_AGENT_ID=((nr_agent_id)) - NR_APP_ID=((nr_app_id)) - NR_BROWSER_KEY=((NR_BROWSER_KEY)) + NR_ACCOUNT_ID: 3389907 + NR_TRUST_KEY: 562946 + NR_AGENT_ID: ((nr_agent_id)) + NR_APP_ID: ((nr_app_id)) + NR_BROWSER_KEY: ((NR_BROWSER_KEY)) REDIS_ENABLED: ((REDIS_ENABLED)) ADMIN_BASE_URL: https://((public_admin_route))