From 00d53659b15f066ba69874ebc844bd24f1402261 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sat, 23 Mar 2024 17:44:41 -0700 Subject: [PATCH] Updating README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 91bfafb..351bec3 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,10 @@ npm install npm start ``` +### Configuration + +This app is intended to be started via a bash shell script. See the environment variables used to configure this app in the [config/env/common.js file](./config/env/common.js). + ## File Structure The file layout of this repository follows the file layout of [Clean Architecture](https://christroutner.github.io/trouts-blog/blog/clean-architecture). Understaning the principles laid out this article will help developers navigate the code base.