Update README

This commit is contained in:
ic3w0lf
2025-04-15 18:57:35 -06:00
parent c98d170423
commit 4c1aef9113

View File

@@ -26,10 +26,11 @@ Prerequisite: golang installed
Prerequisite: bun 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: Example `.env` in web's root:
``` ```
API_HOST="http://localhost:8082/v1/" API_HOST="http://localhost:8082/v1/"
AUTH_HOST="http://localhost:8083/"
``` ```
1. `cd web` 1. `cd web`