From 8f86c5ab689e480199bbbc407c12c9fadbdfa88b Mon Sep 17 00:00:00 2001 From: April Petersen <58403923+azpsen@users.noreply.github.com> Date: Wed, 31 Jan 2024 15:50:55 -0600 Subject: [PATCH] update configuration instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44b4642..c9ec80d 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ $ npm run build && npm run start ## Configuration -The URL for the Tailfin API can be set with the environment variable `TAILFIN_API_URL`. It defaults to `http://localhost:8081`, which assumes the API runs on the same machine and uses the default port. +The URL for connecting to the Tailfin API from the Web UI can be set with the environment variable `TAILFIN_API_URL`. It defaults to `http://localhost:8081`, which assumes the API runs on the same machine and uses the default port. ### Backend