From 74a46e37d18c4732bcda3bd2d0245a00645b32c2 Mon Sep 17 00:00:00 2001 From: Ryan Ahearn Date: Wed, 3 May 2023 09:09:28 -0400 Subject: [PATCH] Use valid yaml format --- manifest.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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))