Skip to content

Commit

Permalink
fix: add new env variables to the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chrimesdev committed Feb 6, 2025
1 parent bf10fed commit f8ce6eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f8ce6eb

Please sign in to comment.