From 601ec16b89aa696827c96d901af67f3c117e0a37 Mon Sep 17 00:00:00 2001 From: Sam Collard Date: Fri, 26 Jan 2024 17:47:21 +0000 Subject: [PATCH] Update OS API key instructions in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f0aae2e..dca90b3c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Formerly known as "Help to Heat". ## Initial Setup 1. From the project root, run `cp envs/web.template envs/web` -2. Populate the OS API key into the OS_API_KEY variable. The key can be found in keeper +2. Populate the OS API key into the OS_API_KEY variable. The key can be found in Keeper. Please only use a single value (i.e. `["my_key_here"]`), rather than all of the keys that are stored in Keeper, in order to avoid needing to rotate all of the keys if your local environment is accidentally leaked. ## Using Docker