From d14064ff490edc16a17e832be29f797982857fed Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:31:01 -0500 Subject: [PATCH] docs: work on README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b50b08d..dd1ca02 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ TODO: Add Onspring configuration instructions. ## SanctionsSearch Configuration -The app handles configuration using a `.env` file if running with Docker or using the `appsettings.json` file if running without Docker. There are a number of configuration options many of which default values are provided, but the following are required in order for the app to run successfully: +The app handles configuration using environment variables or a `.env` file if running with Docker or using environment variables or a `appsettings.json` file if running without Docker. There are a number of configuration options many of which default values are provided, but the following are required in order for the app to run successfully: - `OnspringOptions__ApiKey` - The API key for the Onspring API. Note this key needs to have all the necessary permissions to create, read, and update records in the Search Request and Search Result apps.