From f8ce6eb49b7aed439574ad9182c89f232519a722 Mon Sep 17 00:00:00 2001 From: Adam Chrimes Date: Thu, 6 Feb 2025 15:45:05 +0000 Subject: [PATCH] fix: add new env variables to the documentation --- src/web/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/web/README.md b/src/web/README.md index 532a0c4..619484b 100644 --- a/src/web/README.md +++ b/src/web/README.md @@ -29,6 +29,12 @@ AUTH_NHSLOGIN_CLIENT_ID={CLIENT_ID} # Required for hosted environments AUTH_TRUST_HOST=true + +# API +API_URL=https://localhost:5001 + +# NHS Login +AUTH_NHSLOGIN_PRIVATE_KEY={NHS_LOGIN_PEM_KEY} ``` For `NEXTAUTH_SECRET` you can use `openssl rand -base64 32` or [https://generate-secret.vercel.app/32](https://generate-secret.vercel.app/32) to generate a random value.