From 63dce0b3488d28325c9c13b4f1a79629a88e7581 Mon Sep 17 00:00:00 2001 From: Steve White Date: Tue, 15 Oct 2024 22:21:52 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 522abbf..d5b2cb5 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ jwt_secret: "your_jwt_secret" log_file: "./logs/app.log" image_storage_directory: "./images" ``` +The server also expects the CONFIG environment variable to be set. e.g. `export CONFIG=config/config.yaml`. ## Setup and Running