From 403ac7bf7d35fd6f13e80d8ddb83dfd67d414f72 Mon Sep 17 00:00:00 2001 From: Ryan Ahearn Date: Thu, 26 Jan 2023 13:57:17 -0500 Subject: [PATCH] Document how to retrieve NEW_RELIC_LICENSE_KEY for dev --- sample.env | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sample.env b/sample.env index fc7954ba9..f42a1a0a8 100644 --- a/sample.env +++ b/sample.env @@ -2,9 +2,12 @@ # # 1. Pull down AWS creds from cloud.gov using `cf env`, then update AWS section # -# 2. Uncomment either the Docker setup or the direct setup +# 2. If trying to send data to New Relic in development (monitor_mode: true), +# pull down NEW_RELIC_LICENSE_KEY from cloud.gov using `cf env`, then update New Relic section # -# 3. Comment out the other setup +# 3. Uncomment either the Docker setup or the direct setup +# +# 4. Comment out the other setup # # ## REBUILD THE DEVCONTAINER WHEN YOU MODIFY .ENV ###