From 5d419f89c024c6ffc58befd0de78883cd446b9bc Mon Sep 17 00:00:00 2001 From: "Marc H. Weiner" Date: Fri, 20 Dec 2024 18:58:18 -0500 Subject: [PATCH] docs: update recommended best practices section --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c298214..e11561f 100644 --- a/README.md +++ b/README.md @@ -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