Skip to content

Commit

Permalink
docs: update recommended best practices section
Browse files Browse the repository at this point in the history
  • Loading branch information
mhweiner committed Dec 20, 2024
1 parent 23a54f4 commit 5d419f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,6 @@ If a matching loader is not found, it will throw a `LoaderNotFound` error. Loade
# Recommended best practices

- `default.json` should contain all of your local development settings, and then "progressively enhance" from there.
- Include `loadConf().then(...)` or `await loadConf()` in your startup process before your server starts listening (ie, before `app.listen()`).
- Create all of the merge folders (ie. deployments) even if you're not using them.
- Use AWS Secrets Manager or Hashicorp Vault to store your sensitive information and use a [loader](#loaders) to load them.

# Debugging
Expand Down

0 comments on commit 5d419f8

Please sign in to comment.