Skip to content

Commit 796ef93

Browse files
committed
Add missing env
1 parent 3fe673a commit 796ef93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Assuming we will build a docker container - add to [frontend action](../.github/
3131

3232
| Environment Variable | Description | Default |
3333
|----------------------------|----------------------------------------------------------|------------------------------------------------|
34+
| `CUPCAKE_BACKEND` | Backend base URL for the server-side proxy | `http://127.0.0.1:8080` (dev) / `https://cupcake-backend.java.no` (prod) |
3435
| `CUPCAKE_FRONTEND` | Hostname the dev server allows (Vite `allowedHosts`) | `localhost` |
3536
| `NUXT_PUBLIC_OIDC_AUTHORITY` | OIDC authority URL (e.g. Keycloak realm URL) | `https://auth.home.chrissearle.org/realms/HA12` |
3637
| `NUXT_PUBLIC_OIDC_CLIENT_ID` | OIDC client ID | `cupcake-client` |

0 commit comments

Comments
 (0)