From 4c1aef9113a4a940f34b6459f662f92cf1ce4529 Mon Sep 17 00:00:00 2001 From: ic3w0lf Date: Tue, 15 Apr 2025 18:57:35 -0600 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fec86ec5..75dc8845 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,11 @@ Prerequisite: golang installed Prerequisite: bun installed -The environment variable `API_HOST` will need to be set for the middleware. +The environment variables `API_HOST` and `AUTH_HOST` will need to be set for the middleware. Example `.env` in web's root: ``` API_HOST="http://localhost:8082/v1/" +AUTH_HOST="http://localhost:8083/" ``` 1. `cd web`