Document how to retrieve NEW_RELIC_LICENSE_KEY for dev

This commit is contained in:
Ryan Ahearn
2023-01-26 13:57:17 -05:00
parent 26092b577e
commit 403ac7bf7d

View File

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