Address PR feedback

This commit is contained in:
Ryan Ahearn
2023-03-14 16:00:40 -04:00
parent 67b64f11b9
commit e3610f7d9d
5 changed files with 40 additions and 35 deletions

View File

@@ -1,15 +1,4 @@
# STEPS TO SET UP
#
# 1. Copy this file to `.env`
#
# 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. Uncomment either the Docker setup or the direct setup
#
# 4. Comment out the other setup
#
# 5. Run `cd terraform/development; ./run.sh` to include service credentials in `.env`
# See README.md for local setup instructions
# ## REBUILD THE DEVCONTAINER WHEN YOU MODIFY .ENV ###